v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
Case

Lookup of Cases using Case IDs

Retrieve full case details (metadata, alert context, activity history) for one or more cases by their IDs.

post/lookup

Request body

idsTaskIdentity[] required
panelsstring[] required

Request inclusion of detailed Case data, grouped into a set of panels. If left unset, all panels will be returned.

logLimitinteger nullable

How many history items of each Case should be returned

Example request

{
  "ids": [
    "task:96b12d30-b14c-461f-8377-fc36a01c91fe"
  ],
  "panels": [
    "summary",
    "details",
    "log"
  ],
  "logLimit": 10
}

Response

Success

dataobject

Map of TaskIdentity strings to case objects.