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": "eaf96823-f772-44c9-bd39-6a37d7f84e87",
"description": "sample string 2",
"createdTs": "2026-01-09T02:09:39.1018045Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:39.1018045Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "2689c44d-dffb-4f85-8e78-70799238b0a4",
"qrLogAttribute": {
"id": "6c5bff50-25c7-4d22-92c6-be744161b546",
"code": "sample string 2",
"createdTs": "2026-01-09T02:09:39.1018045Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-01-09T02:09:39.1018045Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6fc2aafc-b96c-494d-8c48-cff34a73dc34",
"qrLogAttributeClass": {
"id": "07b07532-bace-4e58-84f1-1f7516fc12a8",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
},
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
},
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "3ecb28c8-41f9-44e1-8bed-f491021960a6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
},
{
"id": "e7a64516-56eb-4e4d-a344-f78e4fc917f6",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "036a5128-cb76-40d9-889b-06e556f7488a"
}
]
}