Path Parameters
UnitType identifier
Response
UnitType resource
Example:
"https://example.com/"
Example:
"https://example.com/"
curl --request GET \
--url http://api/v1/unit_types/{id}{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"roles": [
"https://example.com/"
],
"tenant": "https://example.com/",
"discriminator": "<string>",
"isLocal": true,
"parentUnitType": "https://example.com/",
"unitTypes": [
"https://example.com/"
],
"hasUserType": true
}Retrieves a UnitType resource.
curl --request GET \
--url http://api/v1/unit_types/{id}{
"@context": "<string>",
"@id": "<string>",
"@type": "<string>",
"id": 123,
"name": "<string>",
"namePlural": "<string>",
"roles": [
"https://example.com/"
],
"tenant": "https://example.com/",
"discriminator": "<string>",
"isLocal": true,
"parentUnitType": "https://example.com/",
"unitTypes": [
"https://example.com/"
],
"hasUserType": true
}UnitType identifier
UnitType resource
"https://example.com/"
"https://example.com/"