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": "cd3b92e0-2bf8-4d26-8915-fccd5d70e05d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "1b85a649-8e34-4af0-a32c-a2e87590e7ed",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4e1cadce-1270-42b0-8f69-a8666eb891c8"
},
{
"id": "1b85a649-8e34-4af0-a32c-a2e87590e7ed",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4e1cadce-1270-42b0-8f69-a8666eb891c8"
}
]
}