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": "c3bd87a2-50b4-4e2d-9800-f87e81909124",
"created_at": "2025-04-02T13:27:55+01:00",
"updated_at": "2025-04-02T13:27:55+01:00"
}
]
}