GET api/QRLogAttributeClasses?languageCode={languageCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of QRLogAttributeClassViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| Name | string |
None. |
|
| Translations | Collection of TranslationViewModel |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "252fe2c4-93ca-4152-9dfa-d2fb83ea6b0e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f79d1759-ed82-4a10-a4c1-f274bdc45129",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32cff9a1-4c91-41c1-82c7-42bcd397c54a"
},
{
"id": "f79d1759-ed82-4a10-a4c1-f274bdc45129",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32cff9a1-4c91-41c1-82c7-42bcd397c54a"
}
]
},
{
"id": "252fe2c4-93ca-4152-9dfa-d2fb83ea6b0e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f79d1759-ed82-4a10-a4c1-f274bdc45129",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32cff9a1-4c91-41c1-82c7-42bcd397c54a"
},
{
"id": "f79d1759-ed82-4a10-a4c1-f274bdc45129",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "32cff9a1-4c91-41c1-82c7-42bcd397c54a"
}
]
}
]