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": "3f8e507a-d979-4ee7-a421-2e1eb30fc20d",
"description": "sample string 2",
"createdTs": "2026-08-28T06:25:30.5388538Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:30.5388538Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1659b237-1704-44af-8cf3-c68cde747b55",
"qrLogAttribute": {
"id": "606941d3-2d86-4c2d-86b8-422820005d4c",
"code": "sample string 2",
"createdTs": "2026-08-28T06:25:30.5388538Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-08-28T06:25:30.5388538Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "e801e23d-e437-4444-85aa-4bd2491a3234",
"qrLogAttributeClass": {
"id": "72e84d06-9ed4-4b28-b04a-a386ffa4dbce",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
},
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
},
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a707f320-a2fb-408f-be72-d92245416b80",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
},
{
"id": "43b2c9c7-5562-46d2-9853-a06f719463c2",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "1dbd45a0-6d55-4fe1-9bb6-45644e299452"
}
]
}