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": "d53019e0-18f8-4747-be3c-4a46bd08239d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "43f5a3c4-f8b7-420d-92b8-56746d96c399",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd64bf13-d3ef-40ed-89a7-ffb0607000e9"
},
{
"id": "43f5a3c4-f8b7-420d-92b8-56746d96c399",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fd64bf13-d3ef-40ed-89a7-ffb0607000e9"
}
]
}