GET
/
api
/
v1
/
roles
/
{id}
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "namePlural": "<string>",
  "unitType": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "namePlural": "<string>",
    "discriminator": "<string>",
    "isLocal": true,
    "parentUnitType": {},
    "hasUserType": true
  },
  "position": 123,
  "isUserType": true,
  "options": [
    "<string>"
  ],
  "isLocalCenter": true,
  "isLocalCenterParent": true,
  "isNational": true,
  "permissions": [
    "<string>"
  ],
  "chartName": "<string>"
}

Path Parameters

id
string
required

Role identifier

Response

200
application/ld+json

Role resource