Headers
-
Content-Type
string -
Accept
string
Query parameters
-
filter[uuid]
string Filter by a comma separated list of UUIDs.
-
sort
string Field to sort by. Valid fields are [name, created_at]. Negative sign to denote DESC. Defaults to 'name'.
GET
/api/v1/cases-type
curl \
--request GET 'https://api.plannrcrm.com/api/v1/cases-type' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"data": [
{
"name": "Mortgage Plan",
"uuid": "ada303b5-9d60-4a16-b91c-2b1132e8cc58",
"created_at": "2025-06-05T11:39:39+01:00",
"updated_at": "2025-06-05T11:39:39+01:00"
}
]
}