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": "c62d1156-bb59-41bd-8b8e-f6d86a504ec8",
"description": "sample string 2",
"createdTs": "2026-09-23T11:01:27.6524401Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:01:27.6524401Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "1a6f3122-87aa-4a74-82bf-f73b2da55733",
"qrLogAttribute": {
"id": "dd3a88af-468a-41af-9da0-b3da3c238058",
"code": "sample string 2",
"createdTs": "2026-09-23T11:01:27.6524401Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-09-23T11:01:27.6524401Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "1dc66300-7d8b-4864-bd4c-688456215b98",
"qrLogAttributeClass": {
"id": "12138faa-ab09-4802-818f-6bb329ce1350",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
},
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
},
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "dca6f790-34a5-4cdb-b715-b7db37b40f99",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
},
{
"id": "96b117f2-8bf8-46a1-994f-1e71efd4768d",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "66561d98-7321-4ccb-962f-ff65c3c114e5"
}
]
}