Informational
Returns all capabilities this version of the controller is aware of, enabled or not.
get/enumerated-capabilities
Response
A typed and enumerated list of capabilities
Example response
{
"data": [
"OIDC_AUTH",
"OIDC_AUTH"
],
"meta": {
"apiEnrollmentVersion": "apiEnrollmentVersion",
"apiVersion": "apiVersion",
"pagination": {
"offset": 6.027456183070403,
"limit": 0.8008281904610115,
"totalCount": 1.4658129805029452
},
"filterableFields": [
"filterableFields",
"filterableFields"
]
}
}