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": "0268bd8c-4225-4c4c-b778-3dc3974a9ff0",
"description": "sample string 2",
"createdTs": "2026-07-12T21:33:09.5408219Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:09.5408219Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "3bec2444-d018-4171-bf90-41384bbde41a",
"qrLogAttribute": {
"id": "828296c2-1e49-4ce3-8a37-a48edf7818f3",
"code": "sample string 2",
"createdTs": "2026-07-12T21:33:09.5408219Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-12T21:33:09.5408219Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1691d1d2-b62a-4ad8-a19f-1245f5cf1ed7",
"qrLogAttributeClass": {
"id": "641ecb59-24a5-413f-9b32-f081f537a459",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
},
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
},
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "cedd97e6-d1bf-4136-8b45-0fb3ddfb2ea7",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
},
{
"id": "a41f8d0f-2ce6-4e0e-b4a5-914c2c0cbc73",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "9f2cad1a-2d8b-4035-b97f-4a74537d696f"
}
]
}