post
https://{amsServer}/{amsAppName}/api/v1/filteredeventsearch
Returns events that match specific field-level data criteria, allowing server-side filtering on form field values.
Note: For most use cases, POST /api/v1/synchronise with local caching is still preferred — this endpoint is useful when you need to find events where a specific field equals a specific value.
Pagination:
Pass pagination parameters at the top level of the request body:
{
"paginate": true,
"cursor": "{{cursor}}"
}Omit cursor on the first page. The response includes next_cursor — absent on the final page.
Upcoming enforcement: A future AMS release will add server-side enforcement that rejects unpaginated requests on high-volume endpoints. Implement pagination now to avoid disruption when that ships.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
