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": "5298dcbe-4f29-41ae-8aad-3acd6f58686d",
"description": "sample string 2",
"createdTs": "2026-02-18T23:41:02.8022659Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:02.8022659Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b46e6fb1-3b2d-46d9-b761-8048521dd0e2",
"qrLogAttribute": {
"id": "1aa63add-ea1a-4aa1-8fb9-5fce20026c8f",
"code": "sample string 2",
"createdTs": "2026-02-18T23:41:02.8022659Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-02-18T23:41:02.8022659Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b7283b23-d658-4354-8369-260b76b3dd11",
"qrLogAttributeClass": {
"id": "e43bf014-e3cb-48d7-b074-d9161960948f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
},
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
},
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f4eb9d32-6829-44d9-9d07-bfe6879ef938",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
},
{
"id": "f3985d19-436c-473c-aa51-bf8c854eaa4b",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "30baf711-3914-4f7d-b36a-1fb9ba3375bb"
}
]
}