List all snippet categories
List all snippet categories
GET
List all snippet categories
Retrieves all snippet categories, ordered by their sort position. Categories can be nested with parent-child relationships.
Authorizations
Response
200 - application/json
Categories retrieved successfully.
Unique identifier for the snippet category
Example:
5
Name of the category
Maximum string length:
250Example:
"Customer Support"
Sort order within the parent category (1-based)
Example:
1
ID of the parent category (null for root-level categories)
Example:
2