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": "bbbfbe9b-cce0-4e67-a30f-4354662b1ade",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4dab2e2e-f349-4cca-8c28-a19877698f68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "98f72258-efd6-43ee-9a44-3da0f924bfb8"
},
{
"id": "4dab2e2e-f349-4cca-8c28-a19877698f68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "98f72258-efd6-43ee-9a44-3da0f924bfb8"
}
]
},
{
"id": "bbbfbe9b-cce0-4e67-a30f-4354662b1ade",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4dab2e2e-f349-4cca-8c28-a19877698f68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "98f72258-efd6-43ee-9a44-3da0f924bfb8"
},
{
"id": "4dab2e2e-f349-4cca-8c28-a19877698f68",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "98f72258-efd6-43ee-9a44-3da0f924bfb8"
}
]
}
]