Setup Group Permission

Read

Retrieve a single Setup Group Permission record by ID.

get/api/cp/setup/group-permission/{id}

Path parameters

idinteger required

Id identifier

Response

Successful response

idinteger

Id

group_idinteger

Group Id

pathstring

Path

accessstring[]

Access

Example response

{
  "id": 12345,
  "group_id": 1,
  "path": "example_path",
  "access": "get"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.