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": "d1ec7b83-01a1-4a39-ab78-1cd84d2224bd", "description": "sample string 2", "createdTs": "2025-04-03T21:45:30.2016091Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:45:30.2016091Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "dc5001da-6b40-4922-b107-d435a2750ca7", "qrLogAttribute": { "id": "297e0a27-5186-4338-acc0-3ecc3f6f8870", "code": "sample string 2", "createdTs": "2025-04-03T21:45:30.2016091Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:45:30.2016091Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "74d274b4-d08c-4433-a35e-c9b9dda18318", "qrLogAttributeClass": { "id": "a9d084ae-d104-496d-a00b-f015d4f8dbd5", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" }, { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" }, { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "cd1622e0-d09b-45b4-ac0d-0e53709c652a", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" }, { "id": "189917d1-9042-406c-8fbf-5d5860d5ea8d", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "8868593a-df7e-4cfd-8780-68aaf44eea81" } ] }