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": "e42dc129-5073-452b-9d77-87d838a3dfd1",
"description": "sample string 2",
"createdTs": "2026-01-03T08:29:41.0315385Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:29:41.0315385Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c7707237-3189-428f-b94c-b8b64653e688",
"qrLogAttribute": {
"id": "17863458-fcd8-432a-9329-6951e8a9ae53",
"code": "sample string 2",
"createdTs": "2026-01-03T08:29:41.0315385Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-03T08:29:41.0315385Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "f4f9a0fc-1c19-46a2-87bc-711575d88106",
"qrLogAttributeClass": {
"id": "a75debcc-41a4-4bd7-8fcf-2d46a4a6809c",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
},
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
},
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "6b5cedc7-2c8c-4b8b-8db8-3128baf9da13",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
},
{
"id": "eda59d2a-cc64-47e7-9066-43536b440535",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "ede701e5-ed16-4d9d-8307-939a0aaeabd9"
}
]
}