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": "84497e2a-6adc-4521-8f85-7314b1908b2b",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5c2386fc-e75c-40b0-90f3-b9a4039e2beb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "230794d5-0872-4df9-ac51-76ecc1c2d277"
},
{
"id": "5c2386fc-e75c-40b0-90f3-b9a4039e2beb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "230794d5-0872-4df9-ac51-76ecc1c2d277"
}
]
}