curl --request GET \
--url https://api.ctrl-hub.com/v3/orgs/{org_id}/data-capture/form-categories/{form_category_id} \
--header 'X-Session-Token: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"name": "<string>"
},
"meta": {
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"counts": {
"forms": 0
}
},
"relationships": {
"forms": {
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}
}
}Get an individual form category by id.
curl --request GET \
--url https://api.ctrl-hub.com/v3/orgs/{org_id}/data-capture/form-categories/{form_category_id} \
--header 'X-Session-Token: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>",
"attributes": {
"name": "<string>"
},
"meta": {
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"counts": {
"forms": 0
}
},
"relationships": {
"forms": {
"data": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"type": "<string>"
}
]
}
}
}Session token for authentication.
The unique identifier for the organisation.
The unique identifier for the form category.
A comma separated list of related resources to include.
forms, organisation Get a form category.
A form category
The unique identifier of the form category.
"form-categories"Attributes for a form category
Show child attributes
Metadata for a form category
Show child attributes
Relationships for a form category
Show child attributes