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
QRLogAttributeListValueName | 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": "e866e281-de93-483d-a828-1755b91d6097", "description": "sample string 2", "createdTs": "2025-04-04T01:02:12.4576564Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T01:02:12.4576564Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "7fae697c-711d-4d74-84fd-e37e1b5b694a", "qrLogAttribute": { "id": "d83b8c8d-1b74-4ddb-87b9-f41b2b565be1", "code": "sample string 2", "createdTs": "2025-04-04T01:02:12.4576564Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-04T01:02:12.4576564Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "e214aa72-2b82-4b5b-b2bf-b9ed246ab161", "qrLogAttributeClass": { "id": "f90c8c21-0ba4-48c0-8354-cb2a4b7de727", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" }, { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" }, { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "44c71bbf-c3fd-403f-a0b5-f587dc6b8619", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" }, { "id": "eec6f7e4-ac4d-4ef6-8cfe-fefff3118e48", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "7166b4c1-5155-46c5-80a0-39b09e3163ed" } ] }