v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Case Management

Search cases

Search cases.

get/api/v2/cases

Query parameters

page[size]integer
Example:10

Size for a given page. The maximum allowed value is 100.

page[number]integer

Specific page number to return.

sort[field]'created_at' | 'priority' | 'status'

Case field that can be sorted on

Example:created_at

Specify which field to sort

filterstring
Example:status:open (team:case-management OR team:event-management)

Search query

sort[asc]boolean

Specify if order is ascending or not

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "jira_issue": {
          "status": "COMPLETED"
        },
        "key": "CASEM-4523",
        "priority": "NOT_DEFINED",
        "service_now_ticket": {
          "status": "COMPLETED"
        },
        "status": "OPEN",
        "status_group": "SG_OPEN",
        "status_name": "Open",
        "title": "Memory leak investigation on API",
        "type": "STANDARD",
        "type_id": "3b010bde-09ce-4449-b745-71dd5f861963"
      },
      "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
      "relationships": {
        "assignee": {
          "data": {
            "id": "00000000-0000-0000-0000-000000000000",
            "type": "user"
          }
        },
        "created_by": {
          "data": {
            "id": "00000000-0000-0000-0000-000000000000",
            "type": "user"
          }
        },
        "modified_by": {
          "data": {
            "id": "00000000-0000-0000-0000-000000000000",
            "type": "user"
          }
        },
        "project": {
          "data": {
            "id": "e555e290-ed65-49bd-ae18-8acbfcf18db7",
            "type": "project"
          }
        }
      },
      "type": "case"
    }
  ]
}