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": "e6fcf20f-8e7a-450e-a438-6981ce1a3bb7",
"description": "sample string 2",
"createdTs": "2026-05-23T19:41:35.5365094Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:41:35.5365094Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "45d8e0a1-a95b-4f34-a0d8-9d838eb8d590",
"qrLogAttribute": {
"id": "fb791d4a-1339-4128-8eb9-9090d16da6d6",
"code": "sample string 2",
"createdTs": "2026-05-23T19:41:35.5365094Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-05-23T19:41:35.5365094Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "5b4252bb-28c4-4124-8845-6f3fdc4a00db",
"qrLogAttributeClass": {
"id": "74e8e806-8092-4291-930a-71e5ec9b4123",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
},
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
},
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "355a591f-d7ee-4de8-829f-6c8823899fb6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
},
{
"id": "d72a50ab-d270-45d8-86a4-391546baa3ff",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "06b162bd-9e22-4e9e-876b-6df7db9b5ab4"
}
]
}