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": "eb9129c9-d5d4-4b3d-bb5f-684764ca40e9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fc7bbacd-3a39-4749-a66c-7f58413c2c62",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d503f800-170c-4bfd-b168-5b13193c9c25"
},
{
"id": "fc7bbacd-3a39-4749-a66c-7f58413c2c62",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d503f800-170c-4bfd-b168-5b13193c9c25"
}
]
},
{
"id": "eb9129c9-d5d4-4b3d-bb5f-684764ca40e9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fc7bbacd-3a39-4749-a66c-7f58413c2c62",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d503f800-170c-4bfd-b168-5b13193c9c25"
},
{
"id": "fc7bbacd-3a39-4749-a66c-7f58413c2c62",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "d503f800-170c-4bfd-b168-5b13193c9c25"
}
]
}
]