GET /api/v2/requests/search
Examples:
GET /api/v2/requests/search.json?query=printer
GET /api/v2/requests/search.json?query=printer&organization_id=1
GET /api/v2/requests/search.json?query=printer&cc_id=true
GET /api/v2/requests/search.json?query=printer&status=hold,open
Pagination
- Offset pagination only
See Using Offset Pagination.
Results limit
The Search Requests endpoint returns up to 1,000 results per query, with a maximum of 100 results per page. See Pagination. If you request a page past the limit (page=11
at 100 results per page), a 422 Insufficient Resource Error is returned.
Allowed For
- End Users
Servers
- https://{subdomain}.{domain}.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
query |
String | No |
The syntax and matching logic for the string is detailed in the Zendesk Support search reference. See also Query basics in the Tickets API doc. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.