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": "d6092b0d-9c8a-469c-a772-5610eed5d062",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "869c70dd-62af-407b-80e1-541023257ff2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16a85e3a-c5d4-4d4b-b557-55d292813018"
},
{
"id": "869c70dd-62af-407b-80e1-541023257ff2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "16a85e3a-c5d4-4d4b-b557-55d292813018"
}
]
}