roles

get/roles

Response

list of all roles

messagestring

Example response

{
  "message": "ok",
  "data": [
    {
      "id": 1,
      "name": "Admin",
      "description": "Administrator with full access to the system."
    }
  ]
}

Changes