Role item
| name | data type | description |
|---|---|---|
| id | number | Role ID |
| label | string | Role label |
| description | string | Role description |
| value | boolean | Role assignment. True if role is assigned, false if not |
Example
{
"id" : 12345,
"label" : "...",
"description" : "...",
"value" : true
}