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": "953afe6c-8cb7-4b3f-98ab-204b1ecc1586",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "43489c07-f2f1-4df7-b037-13aacee23950",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5b30369-d89b-4ab0-832c-c0c422ce1928"
},
{
"id": "43489c07-f2f1-4df7-b037-13aacee23950",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d5b30369-d89b-4ab0-832c-c0c422ce1928"
}
]
}