SearchCasesInput
Definition of the SearchCasesInput input object
Fields
| Name |
Type |
Description |
| hasReferenceSet |
Boolean |
Filter for cases where a client-assigned reference has been set or not |
| organizationId |
String |
The organization to retrieve cases for (unique organization ID). If not specified, cases are retrieved for all accessible organizations. |
| pageSize |
Int! |
The number of items to return per page (maximum of 100 cases) |
| searchTerm |
String |
Search term (matches on case unique identifier, case name and case reference |
| sortDirection |
SortDirection! |
The order in which results are sorted |
| sortField |
CaseSearchSortField! |
The field to sort search results by |
| updatedAfter |
DateTime |
If set, will only return cases where lastUpdateOn is greater than the supplied value |