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": "6f96fc8e-3b71-4578-ac9a-aed58795b0a0",
"description": "sample string 2",
"createdTs": "2026-08-25T05:23:51.3791379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:51.3791379Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b6d68810-8380-42f8-bc8e-6287ed7c0bac",
"qrLogAttribute": {
"id": "76ea8c28-3dfd-4dcf-af28-e8bbcc1612d4",
"code": "sample string 2",
"createdTs": "2026-08-25T05:23:51.3791379Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-25T05:23:51.3791379Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "8a0a1c79-4dbc-4732-a53a-6f329fbecb05",
"qrLogAttributeClass": {
"id": "6c950d5a-d229-4b3c-91b5-53bbd53451d6",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
},
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
},
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "9d181f67-3fe3-4f24-946d-762a378fa3f0",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
},
{
"id": "5bf2ea69-932b-4dd6-9493-2d8105f9785e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "535917f1-09b2-403a-888f-f33a3eba9dbe"
}
]
}