REST API: Search

Your zendesk contains a unified search interface for users, groups, organizations, tickets and topics and offers a wide range of search parameters.

You can use all available search parameters in your REST search, e.g.:

More search information

List

GET /search.xml?query=#{query term}

Returns all assets matching the query. The list is paginated using offsets. If 15 elements are returned (the page limit), use ?page=2 to check for the next 15 and so on.

Response

Status: 200 OK

<records count="342">
  <record>
    ...
  </record>
  <record>
    ...
  </record>
</records>