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": "ba2b2954-3ab3-4fdd-b5c8-34dabdeba264",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4cd2c16b-1345-44e0-b477-1e5e17e9694d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1537c9a8-74a7-4b2c-8bcc-f810c102efac"
},
{
"id": "4cd2c16b-1345-44e0-b477-1e5e17e9694d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1537c9a8-74a7-4b2c-8bcc-f810c102efac"
}
]
},
{
"id": "ba2b2954-3ab3-4fdd-b5c8-34dabdeba264",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "4cd2c16b-1345-44e0-b477-1e5e17e9694d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1537c9a8-74a7-4b2c-8bcc-f810c102efac"
},
{
"id": "4cd2c16b-1345-44e0-b477-1e5e17e9694d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1537c9a8-74a7-4b2c-8bcc-f810c102efac"
}
]
}
]