cURL
curl --request GET \ --url https://api.xenia.team/api/v1/mgt/workspaces/{workspaceId}/roles \ --header 'x-client-key: <api-key>' \ --header 'x-client-secret: <api-key>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "title": "<string>", "description": "<string>", "order": 123, "Permissions": {} } ] }
Documentation IndexFetch the complete documentation index at: https://docs.xenia.team/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.xenia.team/llms.txt
Use this file to discover all available pages before exploring further.
Client API key for authentication
Client secret for authentication
Workspace ID
Successful response with list of roles
Show child attributes