curl --request GET \
--url https://{host}/talent-training/api/v1/training-categories \
--header 'Authorization: <authorization>'{
"$ref": "#/components/examples/v2.get.training-categories.res"
}Retrieve a paginated list of training-categories.
curl --request GET \
--url https://{host}/talent-training/api/v1/training-categories \
--header 'Authorization: <authorization>'{
"$ref": "#/components/examples/v2.get.training-categories.res"
}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.
100Show child attributes
Was this page helpful?