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": "7611b7fe-0c8c-4ba8-95ba-cc5e257e06b3",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "30464b5f-1a5c-4bc9-b4e9-cf4071a1ad2e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39b84f76-e50f-4160-8154-f97ed9ad258f"
},
{
"id": "30464b5f-1a5c-4bc9-b4e9-cf4071a1ad2e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39b84f76-e50f-4160-8154-f97ed9ad258f"
}
]
}