Headers
-
Content-Type
string -
Accept
string
Path parameters
-
id
string Required The ID of the cases type.
GET
/api/v1/cases-type/{id}
curl \
--request GET 'https://api.plannrcrm.com/api/v1/cases-type/id' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"name": "Mortgage Plan",
"uuid": "8168ff1a-c688-4ba3-a5a3-18fb849e23b8",
"created_at": "2025-06-05T11:39:39+01:00",
"updated_at": "2025-06-05T11:39:39+01:00"
}