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": "075877c4-6dc3-4e86-a7bf-fca9d789c557",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "820f10b6-ff7d-44a9-83c2-bc60b5c9cb33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8496956d-94d0-438d-9591-3b9e904df786"
},
{
"id": "820f10b6-ff7d-44a9-83c2-bc60b5c9cb33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8496956d-94d0-438d-9591-3b9e904df786"
}
]
},
{
"id": "075877c4-6dc3-4e86-a7bf-fca9d789c557",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "820f10b6-ff7d-44a9-83c2-bc60b5c9cb33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8496956d-94d0-438d-9591-3b9e904df786"
},
{
"id": "820f10b6-ff7d-44a9-83c2-bc60b5c9cb33",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "8496956d-94d0-438d-9591-3b9e904df786"
}
]
}
]