Roles
Get All
Get all the roles.
get/public/api/acl-roles?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
[
{
"acl_role_id": "5f591f87933fa329c5956d7d",
"client_role": "ROLESTORE",
"client_role_extension": "Tudor",
"created_date": "2020-09-09T18:31:35.542Z",
"updated_date": "2022-10-31T10:54:27.973Z"
},
{
"acl_role_id": "61538d4de9967a003670703c",
"client_role": "ROLEVIEWER",
"created_date": "2021-09-28T21:46:53.325Z",
"updated_date": "2022-10-28T21:01:37.131Z"
}
]Changes
No recorded changes to this endpoint across all 6 revisions of this API.