GET api/QRLogAttributeClasses/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "bafe5c90-d311-4694-8750-b02b08bd7193",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "c215ed8c-0173-4d6c-939b-bdb51a498c73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e0e726-0ef3-40be-9b6d-7b39deb3b470"
},
{
"id": "c215ed8c-0173-4d6c-939b-bdb51a498c73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "61e0e726-0ef3-40be-9b6d-7b39deb3b470"
}
]
}