GET
/
api
/
v1
/
units
/
{id}
{
  "@id": "<string>",
  "@type": "<string>",
  "@context": "<string>",
  "id": 123,
  "name": "<string>",
  "parent": {},
  "logo": "<string>",
  "unitType": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "namePlural": "<string>",
    "isLocal": true,
    "parentUnitType": {},
    "hasUserType": true
  },
  "dateCreated": "2023-11-07T05:31:56Z",
  "dateEnded": "2023-11-07T05:31:56Z",
  "status": "ACTIVE",
  "unitRoles": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "role": {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "id": 123,
        "name": "<string>",
        "namePlural": "<string>",
        "position": 123,
        "options": [
          "<string>"
        ],
        "chartName": "<string>"
      }
    }
  ],
  "userType": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "id": 123,
    "name": "<string>",
    "namePlural": "<string>",
    "position": 123,
    "options": [
      "<string>"
    ],
    "chartName": "<string>"
  },
  "localCenter": {
    "@context": "<string>",
    "@id": "<string>",
    "@type": "<string>",
    "localUnits": "<any>",
    "isParent": true,
    "id": 123,
    "name": "<string>",
    "logo": "<string>",
    "status": "<string>",
    "dateCreated": "2023-11-07T05:31:56Z",
    "unitType": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "namePlural": "<string>",
      "isLocal": true,
      "parentUnitType": {},
      "hasUserType": true
    },
    "parent": {},
    "dateEnded": "2023-11-07T05:31:56Z",
    "unitRoles": [
      {
        "@context": "<string>",
        "@id": "<string>",
        "@type": "<string>",
        "role": {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>",
          "namePlural": "<string>",
          "position": 123,
          "options": [
            "<string>"
          ],
          "chartName": "<string>"
        }
      }
    ],
    "userType": {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "namePlural": "<string>",
      "position": 123,
      "options": [
        "<string>"
      ],
      "chartName": "<string>"
    },
    "localCenter": {},
    "isRoleGroup": true
  },
  "isRoleGroup": true
}

Path Parameters

id
string
required

Unit identifier

Response

200
application/ld+json

Unit resource