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": "d4110c67-fad0-4734-9c95-c1c0c05a43cf",
"created_at": "2025-06-13T16:58:57+01:00",
"updated_at": "2025-06-13T16:58:57+01:00"
}
]
}