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": "ce82465b-f234-4d96-964e-29fa1ca850be", "description": "sample string 2", "createdTs": "2025-09-19T08:13:36.1605034Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:36.1605034Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "9db522bb-ae33-40d7-bafc-6d02814553a1", "qrLogAttribute": { "id": "0cc9d460-cd8f-4644-b3a2-eb3e585a2b62", "code": "sample string 2", "createdTs": "2025-09-19T08:13:36.1605034Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T08:13:36.1605034Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "adff143c-0b0d-4159-bbf3-df0e9adf0f48", "qrLogAttributeClass": { "id": "17284838-28c4-475e-8f00-84ee8e852d1e", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" }, { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" } ] }, "qrLogAttributeListValue": [], "translations": [ { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" }, { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "e8b3d9e0-c2c1-4766-90e6-aede8c6cbb34", "taxonomyNameGeneric": "sample string 8" }, "translations": [ { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" }, { "id": "96f87e3e-f518-4ac0-963a-ad5a20cbc02b", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "3616dd4b-6839-44ee-88f8-6d860dc91f83" } ] }