Returns the collection of roles.
GET /realandmate/v1/RoleService/Roles
{
"id": string,
"name": string,
"description": string,
"items":{
"url": string
},
"items_count": number
}
-
-
-
-
-
-
-
-
-
-
-
-
{
"id": "7",
"name": "Real&Mate Role Collection",
"description": "Collection of roles registered in Real&Mate.",
"items":{
"url": "https://example.com/realandmate/v1/RoleService/Roles/7",
...
},
"items_count": 7
}