Returned cases were created by the specified author. If more than one author is specified, the returned cases were created by one of them.
Maps field IDs to field values. Returned cases must have data fields with the provided IDs that have the provided values. If more than one field-value pair is specified, the data set of the returned cases must match all of the pairs.
A full text query on all indexed fields, that are available for full text searching.
Full text search is enabled on case's title, author's name and author's email by default.
Returned cases must be instances of processes of the group with the specified ID.
If more than one group ID is specified, the returned cases are instances of one of the groups.
Returned cases are instances of the specified PetriNet. If more than one PetriNet is specified, the returned cases are instances of one of them.
An Elasticsearch Query string query.
See Elasticsearch's documentation for more information.
Returned cases must have an active role with the specified role ID. If more than one role ID is specified, the returned cases must have at least one of them active.
Returned cases must have the specified string ID. If more than one string ID is specified, the returned cases must have one of them.
Returned cases, that have tasks, that correspond to specified transition ID. If more than one transition ID is specified, the returned cases must have tasks that correspond to at least one of them.
Generated using TypeDoc
Describes objects that are used to search/filter cases from the backend. Returned cases must fulfill all provided criteria.
This object is used as part of a Filter object for [searchCases()]{@link CaseResourceService#searchCases} method in CaseResourceService.
Not to be confused with CaseGetRequestBody.