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": "72139358-9397-4621-b495-0acaa93eb37b",
"description": "sample string 2",
"createdTs": "2025-11-06T10:32:45.7895008Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:45.7895008Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "41f10992-7372-41e3-abfb-c6988833b615",
"qrLogAttribute": {
"id": "ff1bdba4-9e7d-4d22-8cd9-fe72d178c78e",
"code": "sample string 2",
"createdTs": "2025-11-06T10:32:45.7895008Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-06T10:32:45.7895008Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d2eb0765-9d8c-421f-a526-7d32f558b6f5",
"qrLogAttributeClass": {
"id": "63cc0ccb-9dfa-4485-a8b5-979a812492b1",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
},
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
},
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "a64305be-474c-4ff1-b448-2ec3e1b5adf8",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
},
{
"id": "04163c5d-4294-4a47-895f-909341bdcd95",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "3f8119b8-27e0-4daf-983a-10378064fedc"
}
]
}