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": "ec809228-1a6d-47e7-8f57-019b093dfa90",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "74ae9b7d-c437-4741-b059-373fed1e4b0b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8397a113-8c0e-45e3-8aa5-311a6d2475c4"
},
{
"id": "74ae9b7d-c437-4741-b059-373fed1e4b0b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8397a113-8c0e-45e3-8aa5-311a6d2475c4"
}
]
}