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": "29dafb0d-9161-4a2a-b479-d5e089bb54df",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e9f2bd09-7ae8-4820-ae4a-4d544d653072",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1903c58b-bae0-441f-a958-c9b490fe6d3d"
},
{
"id": "e9f2bd09-7ae8-4820-ae4a-4d544d653072",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1903c58b-bae0-441f-a958-c9b490fe6d3d"
}
]
},
{
"id": "29dafb0d-9161-4a2a-b479-d5e089bb54df",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e9f2bd09-7ae8-4820-ae4a-4d544d653072",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1903c58b-bae0-441f-a958-c9b490fe6d3d"
},
{
"id": "e9f2bd09-7ae8-4820-ae4a-4d544d653072",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1903c58b-bae0-441f-a958-c9b490fe6d3d"
}
]
}
]