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": "50793c92-9a86-4039-b1c9-fe9657790f8f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a2085170-24b0-4ca9-a254-f045e6eee0c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c40c0d27-5e5a-4da7-8534-bf3a0a2b3bb0"
},
{
"id": "a2085170-24b0-4ca9-a254-f045e6eee0c3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c40c0d27-5e5a-4da7-8534-bf3a0a2b3bb0"
}
]
}