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": "9e9befcd-6764-469c-9864-827f449f419e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f330251f-2278-42a4-91ca-461bad25fbb3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fbca7f21-e7ff-4bd8-90f3-c3d98fcccc45"
},
{
"id": "f330251f-2278-42a4-91ca-461bad25fbb3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fbca7f21-e7ff-4bd8-90f3-c3d98fcccc45"
}
]
},
{
"id": "9e9befcd-6764-469c-9864-827f449f419e",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f330251f-2278-42a4-91ca-461bad25fbb3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fbca7f21-e7ff-4bd8-90f3-c3d98fcccc45"
},
{
"id": "f330251f-2278-42a4-91ca-461bad25fbb3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "fbca7f21-e7ff-4bd8-90f3-c3d98fcccc45"
}
]
}
]