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": "21acf2e5-9f98-4e4d-86e6-d9e007467017",
"description": "sample string 2",
"createdTs": "2026-05-15T22:26:28.7876894Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:28.7876894Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "e2dc20d7-f721-40c2-9a8b-f493ca79a57d",
"qrLogAttribute": {
"id": "a3554d04-463b-4804-940e-de6b3cc86693",
"code": "sample string 2",
"createdTs": "2026-05-15T22:26:28.7876894Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-15T22:26:28.7876894Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "b3da3f86-c38e-49c9-a2b5-aa08945ddf08",
"qrLogAttributeClass": {
"id": "261723fd-9309-4cb6-a8ea-218b9fe14e43",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
},
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
},
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "f3438002-7b44-44be-b26b-3eb63f7662bd",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
},
{
"id": "9850f2d6-8ceb-4417-a406-e6c9beee3d07",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "a56ea9e8-0cd3-4347-8323-94803502be4f"
}
]
}