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": "12260712-f661-498d-ad7b-d85c141f448c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "3b741e12-2f6b-467b-a204-63c21077a6f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ae84fb3-a331-4771-a99f-38f972d4d300"
},
{
"id": "3b741e12-2f6b-467b-a204-63c21077a6f8",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9ae84fb3-a331-4771-a99f-38f972d4d300"
}
]
}