Case - Create

POST
/cases

Request

This endpoint expects an object.
caseIdstringRequired
createdTimestampdoubleRequired
priorityenumRequired
Allowed values: P1P2P3P4
entityDetailsobjectRequired
tagslist of objectsOptional
creationReasonobjectOptional
relatedCaseslist of stringsOptional
assignmentslist of objectsOptional

Response

This endpoint returns an object.
caseIdstring
createdTimestampdouble
caseStatusenum
alertIdslist of strings
updatedAtdouble
priorityenum
Allowed values: P1P2P3P4
entityDetailsobject
tagslist of objectsOptional
creationReasonobjectOptional
relatedCaseslist of stringsOptional
assignmentslist of objectsOptional

Errors