Error
Get Tag Category All
Get all tag categories for a tenant
GET
Error
Authorizations
JWT Authorization header using the Bearer scheme.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples[
{
"created": "<string>",
"deletion_job_ids": [
123
],
"name": "<string>",
"tagCategoryID": 123,
"tags": [
{
"created": "<string>",
"isDefault": true,
"percent": 123,
"tagID": 123,
"tagValue": "<string>",
"updated": "<string>"
}
]
}
]Get all tag categories for a tenant
A valid request URL is required to generate request examples[
{
"created": "<string>",
"deletion_job_ids": [
123
],
"name": "<string>",
"tagCategoryID": 123,
"tags": [
{
"created": "<string>",
"isDefault": true,
"percent": 123,
"tagID": 123,
"tagValue": "<string>",
"updated": "<string>"
}
]
}
]JWT Authorization header using the Bearer scheme.
