Retrieves all tag defintions
Retrieves all tag definitions
Responses
- 200
- 401
- 403
- 404
A list of tag definitions.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
createdById string nullable
createdByName string nullable
createdUtc date-time nullable
customerId string nullable
id string nullable
name string nullable
[
{
"createdById": "string",
"createdByName": "string",
"createdUtc": "2025-01-13T15:06:26.924Z",
"customerId": "string",
"id": "string",
"name": "string"
}
]
Unauthorized
Access denied
Not found
Loading...