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": "1fde603b-e6ba-4f77-a0bf-dcd63b21e9fb",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "61b671df-d978-4f98-ad6d-50b55bce8afb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5cb4395-70b3-473e-8aea-1e7bb8c0e383"
},
{
"id": "61b671df-d978-4f98-ad6d-50b55bce8afb",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "b5cb4395-70b3-473e-8aea-1e7bb8c0e383"
}
]
}