Get

Retrieves a single case. | authz: min_org_role=operator | () -> (Case1)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

case_idstringRequired

Response

Successful Response
schema_versioninteger
order_idstring
_idstring
org_idstring

Must be a string starting with org_

created_by_user_idstring

Must be a string starting with user_

created_atdatetime
order_refstringformat: "^[A-Za-z0-9._~\-]{1,64}$"1-64 characters

Must be a URL-safe string of 1-64 characters. Allowed characters: A-Z, a-z, 0-9, ’.’, ’_’, ’~’, ’-’ (RFC 3986 unreserved).

order_short_idstring
department_idstring
assigned_operator_user_idslist of strings
case_s3_object_metadata_idslist of strings
statusenum
Allowed values:
needs_actionbooleanDefaults to true
messageslist of objects

Errors

422
Cases Get V1request Unprocessable Entity Error