Parameters
14 query
Query parameters
· 14projectCodestringOptionalFilter by project key (e.g. "PROJ").
PROJstatusCategoryIdnumberOptionalFilter by status category id.
1statusCategoryCodestringOptionalFilter by canonical status bucket — new, progress, waiting, done. Preferred over statusCategoryId. Admin-facing sentinels: active (everything except done — the operator default) and all (no status filter, used when searching history).
activestatusIdnumberOptionalFilter by a specific status id (a custom org status inside a category).
42assigneeIdnumberOptionalFilter by assignee contact ID.
10unassignedbooleanOptionalWhen true, restrict to issues with no primary assignee. Takes precedence over assigneeId when both are supplied.
falseassigneeFilter"me" | "unassigned"OptionalConvenience shortcut used by the admin grid: me resolves to the caller's own contact id (server-side lookup, no client round-trip), unassigned maps to unassigned=true. Ignored when assigneeId or unassigned is set explicitly.
reporterIdnumberOptionalFilter by reporter contact ID.
5prioritynumberOptionalFilter by priority (1=low..5=blocker). Rows with a NULL priority column are treated as 2 (the display fallback), matching what the operator sees in the grid.
3isSpambooleanOptionalFilter by spam status.
falsecontactExternalIdstringOptionalRestrict to issues where a specific contact has any recorded interaction — reporter, assignee, commenter, watcher or mentioned. Value is the 16-char shop__contact.external_id. Used by the "Úkoly" tab on the contact detail; callers filtering by role instead should keep using reporterId / assigneeId.
1JfEq22KdM3B456iorderBystringOptionalSort key in field:direction format (matches the admin DataGrid wire contract). Supported fields: smart (composite scrum-backlog order — progress > waiting > new > done, then priority DESC, then last-activity DESC — DEFAULT when omitted), insertedDate, updatedDate, priority, status, subject, issueKey. Unknown fields silently fall back to smart. Direction is ignored for smart (it is a fixed composite).
smart:ascpagenumberOptionalPage number (1-based).
11limitnumberOptionalItems per page.
5050