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": "9b4d7b51-fef0-4cc4-9caa-c611f020d6fb",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "368322ce-02fd-4c39-b952-9014b566f261",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1b59c01-1676-4aa1-9169-a22517bb62aa"
},
{
"id": "368322ce-02fd-4c39-b952-9014b566f261",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d1b59c01-1676-4aa1-9169-a22517bb62aa"
}
]
}