Name | Description | Type | Additional information |
---|---|---|---|
PageIndex |
The requested page index |
integer |
None. |
PageSize |
The requested page size |
integer |
None. |
Closed |
Filter by final workflow state as follows: null = all; false = not closed only; true = closed only |
boolean |
None. |
ViewId |
Filter by View, if set |
integer |
None. |
Archived |
Filter by archive as follows: null = all; false = active only; true = archive only. If the ViewId is set, this will be ignored, because the View determines the archive. |
boolean |
None. |
TicketType |
Filter by the type of ticket, if set |
TicketTypeEnum |
None. |
ServiceId |
Filter by Service, if set |
integer |
None. |
CustomerId |
Filter by Customer, if set |
integer |
None. |
CreatedFromUtc |
Filter by date of the creation - from. |
date |
None. |
CreatedUntilUtc |
Filter by date of the creation - until. |
date |
None. |
OnlyUnread |
Filter by read ticket |
boolean |
None. |
SubmitterProviderKey |
Filter by submitter key |
string |
None. |
SolverProviderKey |
Filter by solver key |
string |
None. |
LastActivityDateFromUtc |
Filter by date of the last ticket update - from. |
date |
None. |
LastActivityDateUntilUtc |
Filter by date of the last ticket update - until. |
date |
None. |
CategoryItemId |
Filter by category item id |
integer |
None. |
HasJiraTickets |
Filter by having links to Jira's tickets as follows: null = all; false = without Jira's tickets; true = with Jira's tickets |
boolean |
None. |