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": "3ca2b765-2e9c-4b0f-8456-4246baaba3a6",
"description": "sample string 2",
"createdTs": "2026-08-27T05:59:02.9997748Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:02.9997748Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "b5aa35f9-e94b-4cfd-99d9-470e1ddef3ae",
"qrLogAttribute": {
"id": "1561fba2-00d7-4128-9016-7cda58bf5606",
"code": "sample string 2",
"createdTs": "2026-08-27T05:59:02.9997748Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-27T05:59:02.9997748Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "15e42b73-ef80-48a9-a647-40e9fcd2a091",
"qrLogAttributeClass": {
"id": "bd2b5b32-a728-4392-a864-416c26572f33",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
},
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
},
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "8eb5ceee-61ce-4baf-a9ef-99c64425b045",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
},
{
"id": "d9e2150f-344a-4cb5-8a68-4e94ca60735e",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5add1975-c6cd-4fce-b850-8ff8fd53234d"
}
]
}