Retrieve All Roles

Retrieves the schema definition for all roles

Sample Call

curl --request GET \
     --url 'https://api.bigpanda.io/resources/v2.1/roles?page=3&per_page=20&direction=desc&sort=name' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
curl --request GET \
     --url 'https://api.bigpanda.io/resources/v2.1/roles?page=3&per_page=20&direction=desc&sort=name' \
     --header 'Accept: application/json' \
     --header 'Authorization: Bearer <User API Key>'
Language