Setup Group Permission

List

Retrieve a paginated list of Setup Group Permission records. Supports filtering, sorting, and search.

get/api/cp/setup/group-permission

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.