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": "23de02e4-15cf-48b6-b401-04bbf2ae77ab",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "513aca8d-a8b1-45f3-a7d0-87dbca9ccb6b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "82ea0e2b-00b6-4554-bed7-ed5cdb1ae26e"
},
{
"id": "513aca8d-a8b1-45f3-a7d0-87dbca9ccb6b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "82ea0e2b-00b6-4554-bed7-ed5cdb1ae26e"
}
]
}