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": "e79fc55d-436d-4092-b7ec-ad162482c426",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "507299f5-f669-4aa3-934d-7d646fb594b2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53cef507-5145-4b63-8d5f-1f6ee00a4e9e"
},
{
"id": "507299f5-f669-4aa3-934d-7d646fb594b2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53cef507-5145-4b63-8d5f-1f6ee00a4e9e"
}
]
},
{
"id": "e79fc55d-436d-4092-b7ec-ad162482c426",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "507299f5-f669-4aa3-934d-7d646fb594b2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53cef507-5145-4b63-8d5f-1f6ee00a4e9e"
},
{
"id": "507299f5-f669-4aa3-934d-7d646fb594b2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "53cef507-5145-4b63-8d5f-1f6ee00a4e9e"
}
]
}
]