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": "3e11625f-934b-4bf6-825b-7ae4e055b840",
"description": "sample string 2",
"createdTs": "2026-07-30T08:11:39.4198571Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:39.4198571Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "c9575bff-9a4f-47de-8f21-9ec3590c48b5",
"qrLogAttribute": {
"id": "93d421b6-0145-4b12-b5e1-70fae4f14143",
"code": "sample string 2",
"createdTs": "2026-07-30T08:11:39.4198571Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-30T08:11:39.4198571Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d6df1856-84c7-4d83-99a1-6199a6a629bf",
"qrLogAttributeClass": {
"id": "a6c5bf01-ba01-4523-be8c-a3b1f4aed9fc",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
},
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
},
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "285e63bb-3494-4dd5-a928-3fb431eb843a",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
},
{
"id": "926d5f3d-3796-48be-acfa-eaf84b527a3d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "6e984c55-cd3a-4361-8ddc-9eb95212f666"
}
]
}