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": "72370843-6f12-4d91-966b-a43e37e8cecb",
"description": "sample string 2",
"createdTs": "2026-07-09T18:31:41.3309979Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:41.3309979Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "70ffe44b-982a-44db-9865-7b14f3e90f29",
"qrLogAttribute": {
"id": "1369e317-4e8f-44bb-89b3-7cedf04c34bc",
"code": "sample string 2",
"createdTs": "2026-07-09T18:31:41.3309979Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-09T18:31:41.3309979Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "591a1e59-aeac-4ae8-bde7-b686b091c5a9",
"qrLogAttributeClass": {
"id": "13e634b5-1e95-4994-b3c2-4c6f40f91348",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
},
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
},
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "c5ce8afe-605b-40d1-b683-0a928f1f52cf",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
},
{
"id": "b3af2b9f-7526-48e1-90fc-eb9463b300fe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "4dc62d04-9f84-48c9-bf7c-c6e488dd0aaf"
}
]
}