List permissions

GET {{protocol}}://{{service}}.{{region}}.{{base_url}}/api/v1/permissions?name={{permissionName}}&limit={{limit}}&offset={{offset}}

List all permissions under filtering conditions. If no hit, the response will be a 200 with 0 counts.

Request Params

KeyDatatypeRequiredDescription
namestringThe name of a device group
limitstringThe number limit of groups to return
offsetstringThe number limit of groups to skip

RESPONSES

status: OK

{"total":0,"count":0,"limit":20,"offset":0,"permissions":[]}