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 [created_at, name]. Negative sign to denote DESC. Defaults to 'name'.
GET
/api/v1/cases-status
curl \
--request GET 'https://api.plannrcrm.com/api/v1/cases-status' \
--header "Authorization: Bearer {OAUTH_ACCESS_TOKEN or PERSONAL_ACCESS_TOKEN}" \
--header "Content-Type: application/json" \
--header "Accept: application/json"
Response examples (200)
{
"data": [
{
"name": "To Be Reviewed",
"uuid": "6ad38453-8539-42a3-aac8-359d0a542f08",
"colour": "#23852B",
"position": 5,
"created_at": "2025-04-02T13:27:55+01:00",
"updated_at": "2025-04-02T13:27:55+01:00"
}
]
}