16 lines
217 B
Markdown
16 lines
217 B
Markdown
## GET /api/v1/role/{id}
|
|
|
|
_Requires an authorization header_
|
|
|
|
Returns a role with id = {id}
|
|
|
|
### Response:
|
|
|
|
```json
|
|
{
|
|
"id": "string",
|
|
"name": "string",
|
|
"communityId": "string",
|
|
"creationDate": 0
|
|
}
|
|
```
|