Autocomplete Custom Object Record Search
Retrieves an array of custom object records that have a field value that matches the value specified in the name parameter.
Pagination
- Cursor pagination only.
- Returns the first 10,000 records sorted by relevancy with page limits.
Allowed For
- Agents
Path parameters
The key of a custom object
Query parameters
Part of a name of the record you are searching for
A pagination cursor that tells the endpoint which page to start on. It should be a meta.before_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
A pagination cursor that tells the endpoint which page to start on. It should be a meta.after_cursor value from a previous request. Note: page[before] and page[after] can't be used together in the same request.
Specifies how many records should be returned in the response. You can specify up to 100 records per page.
The id of the lookup field. If the field has a relationship filter, the filter is applied to the results. Must be used with source param.
One of "zen:user", "zen:ticket", "zen:organization", or "zen:custom_object:CUSTOM_OBJECT_KEY". Represents the object field_id belongs to. Must be used with field_id param.
The id of the requester. For use with dynamic filters.
The id of the selected assignee. For use with dynamic filters.
The id of the organization the requester belongs to. For use with dynamic filters.
Response
Success response