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": "cbe0e7c7-b8d1-4ef3-8a7e-cbcf6975f7a9",
"description": "sample string 2",
"createdTs": "2026-07-14T01:07:51.0870315Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:07:51.0870315Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "94f9af35-c1ff-4c03-b3be-85b2956895c6",
"qrLogAttribute": {
"id": "85a376e1-3628-4198-b2f3-095a623377c7",
"code": "sample string 2",
"createdTs": "2026-07-14T01:07:51.0870315Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-07-14T01:07:51.0870315Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "16ab76f1-afda-4c00-9890-a38191e3dd9f",
"qrLogAttributeClass": {
"id": "7a64b9a9-003b-4597-bb1c-29049ab2a21a",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
},
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
},
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "769c9a68-c019-44de-af2a-bbb6be0f7b91",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
},
{
"id": "68c15177-1df9-4296-bbf6-70536cbdf162",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c1eaca9c-10d8-4d4c-a143-3b3dee49a946"
}
]
}