Skip to main content
GET
/
checklists
/
categories
/
:categoryId
/
options
cURL
curl --request GET \
  --url https://api.example.com/checklists/categories/:categoryId/options
{
  "data": null
}

Path Parameters

categoryId
string<uuid>
required

Response

200 - application/json

OK

data
unknown