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": "1a6d0145-f315-452a-83d8-b6a02633658d",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d36046ca-c8ca-48ec-be29-47bd7c169485",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "91aee87c-bf45-4352-8a51-1b252eb57ff5"
},
{
"id": "d36046ca-c8ca-48ec-be29-47bd7c169485",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "91aee87c-bf45-4352-8a51-1b252eb57ff5"
}
]
}