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": "6359e6ea-33b6-449e-b6ca-e719aa996942",
"description": "sample string 2",
"createdTs": "2026-03-24T21:42:11.8897188Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:42:11.8897188Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "f1cd9a03-8bb9-49d9-8466-727f52b9f6d6",
"qrLogAttribute": {
"id": "f823c399-9ebd-4bfe-bcc8-b1fa015942bf",
"code": "sample string 2",
"createdTs": "2026-03-24T21:42:11.8897188Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-03-24T21:42:11.8897188Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "960d3779-4044-4c36-8693-acec31f5b50c",
"qrLogAttributeClass": {
"id": "265c2a76-3b30-444a-acc8-e92991dc6a1a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
},
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
},
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c93c6e98-55e0-48b5-9032-73eefe7c7d29",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
},
{
"id": "b7af07c4-f2b3-4b1c-986c-2bf3a65d38f3",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "cfe13fc3-afc0-4f1f-bd81-3687da2ff006"
}
]
}