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": "2ff9dc88-5675-4a2f-8949-2d3e00961b56",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "225e697b-d2bc-46cc-8eae-b1c5ab617abc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0d6853f1-ccf0-4734-ac4d-c8c8067076ee"
},
{
"id": "225e697b-d2bc-46cc-8eae-b1c5ab617abc",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "0d6853f1-ccf0-4734-ac4d-c8c8067076ee"
}
]
}