Roles
Listing all Roles
Currently, there are no paging or filtering options, so listing Roles will get you every Role in the system, every time. There are no authorization restrictions upon this endpoint: anybody is allowed to list all Role information at any time.
get/v1/roles
Response
OK
Example response
[
{
"id": 4,
"name": "Project Manager",
"system": "manager",
"verbs": [
"project.update",
"project.delete"
],
"createdAt": "2018-04-18T23:42:11.406Z",
"updatedAt": "2018-09-18T23:42:11.406Z"
}
]