## GET /api/v1/role/{id} _Requires an authentication header_ Returns a role with id = {id} ### Response: ```json { "id": "string", "name": "string", "communityId": "string", "creationDate": 0 } ```