Search
Advanced search system with field search and search suggestions.
Available Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /api/search/fields |
Get searchable fields |
| GET | /api/search/suggestions |
Get search suggestions |
Example Request
curl -X GET "https://example.com/api/search/fields" \
-H "Authorization: Bearer {token}"
Success Response (200)
{
"records": []
}
Errors
| Code | Description |
|---|---|
| 401 | Invalid token |