Skip to main content

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

A JSON Object containing an array of all permissions.

Schema
    permissions object[]
  • Array [
  • id integer
    name string
    description string
    category_id integer
  • ]
Loading...