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": "6d4859af-5873-4595-932b-17c8a2efc9d7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "39b32d9d-22d4-4e2d-9c84-c8511b69bdc9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "74c0dc85-d285-40f5-b08d-98b3a6c592bd"
},
{
"id": "39b32d9d-22d4-4e2d-9c84-c8511b69bdc9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "74c0dc85-d285-40f5-b08d-98b3a6c592bd"
}
]
},
{
"id": "6d4859af-5873-4595-932b-17c8a2efc9d7",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "39b32d9d-22d4-4e2d-9c84-c8511b69bdc9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "74c0dc85-d285-40f5-b08d-98b3a6c592bd"
},
{
"id": "39b32d9d-22d4-4e2d-9c84-c8511b69bdc9",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "74c0dc85-d285-40f5-b08d-98b3a6c592bd"
}
]
}
]