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": "06d8d9eb-9fec-4ed4-9983-6b5a28c49922",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b087ef68-9ea6-49b9-9a68-06bda5e4e097",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "590a38bb-d8b5-4309-b078-92422712e030"
},
{
"id": "b087ef68-9ea6-49b9-9a68-06bda5e4e097",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "590a38bb-d8b5-4309-b078-92422712e030"
}
]
}