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": "adfa0b68-de97-405b-afd9-4386d44f65ea",
"description": "sample string 2",
"createdTs": "2025-11-09T11:45:01.6179761Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:45:01.6179761Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "82565c86-6506-4fca-991c-3cf89bc25604",
"qrLogAttribute": {
"id": "af00ac69-11e0-4f58-9c8e-a145aec77aa7",
"code": "sample string 2",
"createdTs": "2025-11-09T11:45:01.6179761Z",
"createdBy": "sample string 3",
"modifiedTs": "2025-11-09T11:45:01.6179761Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "67ad1aba-43c9-4d56-9463-97796de9b623",
"qrLogAttributeClass": {
"id": "4b976280-0a0f-4c7b-b244-d686d96281cf",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
},
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
},
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "49e00664-1846-44c0-b87b-49eddf64ba40",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
},
{
"id": "fc7acf2f-e245-4c9f-a631-c4eec43f5afe",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "5b7ce89c-684b-4579-b141-57218dc91644"
}
]
}