Permissions LIST
GET/permissions
Permissions LIST
Request
Query Parameters
sort string
The object key to sort the results by.
sort_asc boolean
page integer
items integer
Responses
- 200
A JSON Object containing an array of all permissions.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
permissions object[]
id integer
name string
description string
category_id integer
{
"permissions": [
{
"id": 0,
"name": "string",
"description": "string",
"category_id": 0
}
]
}
Loading...