GET api/QRLogAttributes?languageCode={languageCode}&offline={offline}&visible={visible}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| languageCode | string |
Required |
|
| offline | boolean |
Default value is False |
|
| visible | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
Collection of QRLogAttributeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Code | string |
None. |
|
| SelectedValue | globally unique identifier |
None. |
|
| Value | string |
None. |
|
| CustomerId | integer |
None. |
|
| Visible | boolean |
None. |
|
| Index | integer |
None. |
|
| Required | boolean |
None. |
|
| QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
| SourceId | globally unique identifier |
None. |
|
| CanDelete | boolean |
None. |
|
| CodeFallback | string |
None. |
|
| QRLogAttributeClassId | globally unique identifier |
None. |
|
| QRLogAttributeClass | QRLogAttributeClassViewModel |
None. |
|
| QRLogAttributeListValue | Collection of QRLogAttributeListValueViewModel |
None. |
|
| Translations | Collection of TranslationViewModel |
None. |
|
| IsOriginatedByPim | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "69fe2955-78fa-4014-a0c7-05712d1a0b04",
"code": "sample string 2",
"selectedValue": "b8e1c4fc-6931-4efe-84ce-7758092817c1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "162c999e-9ecc-4235-8ec3-51c8db5c0239",
"sourceId": "b6e6c91f-d872-440d-bcdb-971352fbcbc0",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1b1cf441-7191-4bf8-a2d3-384d8f5270e0",
"qrLogAttributeClass": {
"id": "6d91ef29-1ae5-496c-ae32-a28c64307deb",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
},
"qrLogAttributeListValue": [
{
"id": "6ada5a64-da18-4162-95a2-372abf38a2ea",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fb0338ba-ebb7-4791-a691-41bc946f7b14",
"qrLogAttributeListValueGlobalRefId": "7bac14b3-49e4-49a7-a50b-cf2745f6bd85",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
},
{
"id": "6ada5a64-da18-4162-95a2-372abf38a2ea",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fb0338ba-ebb7-4791-a691-41bc946f7b14",
"qrLogAttributeListValueGlobalRefId": "7bac14b3-49e4-49a7-a50b-cf2745f6bd85",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
}
],
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
],
"isOriginatedByPim": true
},
{
"id": "69fe2955-78fa-4014-a0c7-05712d1a0b04",
"code": "sample string 2",
"selectedValue": "b8e1c4fc-6931-4efe-84ce-7758092817c1",
"value": "sample string 4",
"customerId": 1,
"visible": true,
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "162c999e-9ecc-4235-8ec3-51c8db5c0239",
"sourceId": "b6e6c91f-d872-440d-bcdb-971352fbcbc0",
"canDelete": true,
"codeFallback": "sample string 3",
"qrLogAttributeClassId": "1b1cf441-7191-4bf8-a2d3-384d8f5270e0",
"qrLogAttributeClass": {
"id": "6d91ef29-1ae5-496c-ae32-a28c64307deb",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
},
"qrLogAttributeListValue": [
{
"id": "6ada5a64-da18-4162-95a2-372abf38a2ea",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fb0338ba-ebb7-4791-a691-41bc946f7b14",
"qrLogAttributeListValueGlobalRefId": "7bac14b3-49e4-49a7-a50b-cf2745f6bd85",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
},
{
"id": "6ada5a64-da18-4162-95a2-372abf38a2ea",
"description": "sample string 2",
"customerId": 1,
"isActive": true,
"canDelete": true,
"descriptionFallback": "sample string 3",
"qrLogAttributeId": "fb0338ba-ebb7-4791-a691-41bc946f7b14",
"qrLogAttributeListValueGlobalRefId": "7bac14b3-49e4-49a7-a50b-cf2745f6bd85",
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
]
}
],
"translations": [
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
},
{
"id": "06a44e6e-102f-4f5b-a6d5-8a3b94c51de3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "f5ad017d-7e22-4af8-a407-3e4d8862d192"
}
],
"isOriginatedByPim": true
}
]