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": "3b0c43f8-a0e5-40aa-a9be-503c9a3339f1",
"description": "sample string 2",
"createdTs": "2026-04-09T12:17:40.9317226Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:40.9317226Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "7bb18e7a-52fa-4e97-8a4b-671332b5e43b",
"qrLogAttribute": {
"id": "e5e70a8f-ef1b-44b5-b6e4-09904a784d8f",
"code": "sample string 2",
"createdTs": "2026-04-09T12:17:40.9317226Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-09T12:17:40.9317226Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "d7e4d0c3-e2aa-4533-9409-7bbc0fd0325d",
"qrLogAttributeClass": {
"id": "2c2561df-9ebb-4b42-bbdd-d4b6c3aab8b5",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
},
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
},
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "e36510ba-46da-40c1-9db8-36c752fd97d1",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
},
{
"id": "0d4867c3-b664-4002-86e6-c356bea8b4f0",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "c2f4b49d-add9-477c-acf8-bbb2c79be1da"
}
]
}