GET api/QRLogAttributeListValues/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeListValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Description | string |
None. |
|
| CreatedTs | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedTs | date |
None. |
|
| ModifiedBy | string |
None. |
|
| IsActive | boolean |
None. |
|
| CustomerId | integer |
None. |
|
| QRLogAttributeId | globally unique identifier |
None. |
|
| QRLogAttribute | QRLogAttribute |
None. |
|
| Translations | Collection of Translation |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "5b5d0939-51fc-488c-9629-fa6a3ffa8bf4",
"description": "sample string 2",
"createdTs": "2026-02-12T13:46:14.7013952Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:46:14.7013952Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "d1ca6dbe-431d-4cbb-a536-58dfa152f31a",
"qrLogAttribute": {
"id": "c00234fe-bbb8-4ff2-9a8b-47bbe7748317",
"code": "sample string 2",
"createdTs": "2026-02-12T13:46:14.7013952Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-12T13:46:14.7013952Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "04cdfdb7-8946-4780-99a0-78af2e78fe39",
"qrLogAttributeClass": {
"id": "65c4c583-1e8f-4eeb-82b8-d7b0a997f8f5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
},
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
},
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cd77c5cb-4ff2-49b9-aa44-5f30eb289f36",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
},
{
"id": "23154cb1-cb09-47ed-84dc-1619a562392f",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "840d8900-5283-4f99-8ce5-81e4734e68d3"
}
]
}