Input parameters(10)
Custom Object Key
stringRequiredThe key of a custom object
Name
stringPart of a name of the record you are searching for
Page[Before]
stringA [pagination cursor](/documentation/api-basics/pagination/paginating-through-lists-using-cursor-pagination) 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.
Page[After]
stringA [pagination cursor](/documentation/api-basics/pagination/paginating-through-lists-using-cursor-pagination) 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.
Page[Size]
integerThe number of records to return in the response. You can specify up to 100 records per page.
Field Id
stringThe 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.
Source
stringOne 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.
Requester Id
integerThe id of the requester. For use with dynamic filters.
Assignee Id
integerThe id of the selected assignee. For use with dynamic filters.
Organization Id
integerThe id of the organization the requester belongs to. For use with dynamic filters.