v1

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

Create a case type

Create a Case Type

post/api/v2/cases/types

Request body

Example request

{
  "data": {
    "attributes": {
      "description": "Investigations done in case management",
      "emoji": "🕵🏻‍♂️",
      "name": "Investigation"
    },
    "type": "case_type"
  }
}

Response

CREATED

Example response

{
  "data": {
    "attributes": {
      "description": "Investigations done in case management",
      "emoji": "🕵🏻‍♂️",
      "name": "Investigation"
    },
    "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
    "type": "case_type"
  }
}