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": "d8a3f7ee-b99d-43fe-8f79-96b71f7f9a22",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "2bcae2ef-d00a-4bea-b317-84174eccf997",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "107e8a65-b2f4-4c06-bf82-0d8cf427446a"
},
{
"id": "2bcae2ef-d00a-4bea-b317-84174eccf997",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "107e8a65-b2f4-4c06-bf82-0d8cf427446a"
}
]
}