curl --request GET \
--url https://api.ctrl-hub.com/v3/features \
--header 'X-Session-Token: <api-key>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"domain": "workforce",
"component": "training_standards_ui",
"name": "Training Standards UI",
"description": "Show the training standards tab in the console qualifications page"
}
}
],
"jsonapi": {
"version": "<string>"
},
"meta": {
"pagination": {
"counts": {
"pages": 123,
"resources": 123
},
"current_page": 123,
"offsets": {
"next": 123,
"previous": 123
},
"requested": {
"limit": 123,
"offset": 123
}
},
"features": {
"include": {
"options": [
"<string>"
]
}
}
}
}Retrieve a list of registered features
curl --request GET \
--url https://api.ctrl-hub.com/v3/features \
--header 'X-Session-Token: <api-key>'{
"data": [
{
"id": "<string>",
"type": "<string>",
"attributes": {
"domain": "workforce",
"component": "training_standards_ui",
"name": "Training Standards UI",
"description": "Show the training standards tab in the console qualifications page"
}
}
],
"jsonapi": {
"version": "<string>"
},
"meta": {
"pagination": {
"counts": {
"pages": 123,
"resources": 123
},
"current_page": 123,
"offsets": {
"next": 123,
"previous": 123
},
"requested": {
"limit": 123,
"offset": 123
}
},
"features": {
"include": {
"options": [
"<string>"
]
}
}
}
}Session token for authentication.
Limit the number of resources returned by the API
x >= 1Offset the resources returned by the API
x >= 0