curl --request GET \
--url https://api.decodahealth.com/admin/categories/table \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"name": "<string>",
"usage": {
"items": [
{
"id": "<string>",
"name": "<string>"
}
],
"commissionStructures": [
{
"id": "<string>",
"name": "<string>"
}
],
"memberships": [
{
"id": "<string>",
"name": "<string>"
}
]
},
"description": "<string>"
}
]Get all categories with detailed usage information for table display
curl --request GET \
--url https://api.decodahealth.com/admin/categories/table \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'[
{
"name": "<string>",
"usage": {
"items": [
{
"id": "<string>",
"name": "<string>"
}
],
"commissionStructures": [
{
"id": "<string>",
"name": "<string>"
}
],
"memberships": [
{
"id": "<string>",
"name": "<string>"
}
]
},
"description": "<string>"
}
]The tenant you are making this request on behalf of
Your api key
Successful Response
Detailed usage information showing actual items/rules using this category
Show child attributes