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": "c690d84a-b7ab-47da-a6b5-68f509278956",
"description": "sample string 2",
"createdTs": "2026-04-08T11:03:38.2130566Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:03:38.2130566Z",
"modifiedBy": "sample string 4",
"isActive": true,
"customerId": 1,
"qrLogAttributeId": "66108162-e40e-4ea0-ba90-5e62a69e6a72",
"qrLogAttribute": {
"id": "71816250-082d-4ca1-8014-939d23e054f2",
"code": "sample string 2",
"createdTs": "2026-04-08T11:03:38.2130566Z",
"createdBy": "sample string 3",
"modifiedTs": "2026-04-08T11:03:38.2130566Z",
"modifiedBy": "sample string 4",
"customerId": 1,
"visible": true,
"qrLogAttributeClassId": "6e98c223-5a91-4e2e-b92b-6d81a8308146",
"qrLogAttributeClass": {
"id": "0af79056-dbe7-4070-8656-5009fc8d5c0f",
"code": "sample string 2",
"name": "sample string 3",
"translations": [
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
},
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
}
]
},
"qrLogAttributeListValue": [],
"translations": [
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
},
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
}
],
"index": 1,
"required": true,
"qrLogAttributeGlobalRefId": "3b9086d2-a3a3-4ee3-bc01-b897a2e303f6",
"taxonomyNameGeneric": "sample string 8"
},
"translations": [
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
},
{
"id": "feaa0755-7efd-48d7-9f20-4c6280285521",
"languageCode": "sample string 2",
"languageTranslation": "sample string 3",
"property": "sample string 4",
"translatableId": "39ed5db7-870b-4628-b93d-69fa5f98abd9"
}
]
}