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": "08f96d97-605e-4856-9afc-566cb90faff9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5bfbe03b-7a05-43c8-a7e8-d052daa89fc2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df02609d-a1f2-47ea-8f3c-6b99e88a6307"
},
{
"id": "5bfbe03b-7a05-43c8-a7e8-d052daa89fc2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df02609d-a1f2-47ea-8f3c-6b99e88a6307"
}
]
},
{
"id": "08f96d97-605e-4856-9afc-566cb90faff9",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5bfbe03b-7a05-43c8-a7e8-d052daa89fc2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df02609d-a1f2-47ea-8f3c-6b99e88a6307"
},
{
"id": "5bfbe03b-7a05-43c8-a7e8-d052daa89fc2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "df02609d-a1f2-47ea-8f3c-6b99e88a6307"
}
]
}
]