Get categories permissions

This endpoint returns the categories permissions of audit trail events for the current user. Fetching forbidden categories in other endpoints will end up in a 403 Forbidden response.

Get Categories Permissions

get

This operation returns the categories permissions of audit trail events.

Responses
200
Success
application/json
get
GET /at2/v1/categories/permissions HTTP/1.1
Host: youraudittrailURL.symphony.com
Accept: */*
200

Success

{
  "allowed": [
    "allowed",
    "allowed"
  ],
  "forbidden": [
    "forbidden",
    "forbidden"
  ]
}

Last updated

Was this helpful?