Retrieve a paginated list of training-categories.
API key. Value must be formatted like so: lucca application={api_key}.
Include the total number of items across all pages, as well as pointers to the previous and next pages.
prev, next, count Retrieve the training-categories whose name exactly matches the given value.
1List of training-categories successfully retrieved.
Total number of items across all pages. You need to include ?fields.root=count to your request to retrieve this.
x >= 0Cursor to the previous page. You need to include ?fields.root=prev in order to retrieve this.
Cursor to the next page. You need to include ?fields.root=next in order to retrieve this.
100