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": "985b93ec-2802-4a46-9136-ea5b06243eb7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "48edc7ab-705a-4614-9abb-f34815b4f759",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53e91806-38b6-4452-b60b-0a3fd813deee"
},
{
"id": "48edc7ab-705a-4614-9abb-f34815b4f759",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53e91806-38b6-4452-b60b-0a3fd813deee"
}
]
}