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": "6ad2aa5a-a433-4e31-a4cd-b06af70f4ee0",
"description": "sample string 2",
"createdTs": "2026-02-26T03:39:37.4539801Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:39:37.4539801Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e05b2aa9-ec6e-4e61-b317-a880b5c68b57",
"qrLogAttribute": {
"id": "96c0ca50-71ae-45b9-8659-3bad64610fbe",
"code": "sample string 2",
"createdTs": "2026-02-26T03:39:37.4539801Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-26T03:39:37.4539801Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "172b09fb-aa46-47de-a6ab-7dea1b993bbc",
"qrLogAttributeClass": {
"id": "1b58a50d-c3a3-4313-b070-c5c0cf2eba35",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
},
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
},
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9874170b-042b-4020-8328-f5cc9ea2f76b",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
},
{
"id": "7e7b5b8c-a2a3-4298-8481-d197f1b58024",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5e2a4783-379b-4fa2-878a-8d2e701147bb"
}
]
}