GET api/QRLogAttributes/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
QRLogAttributeName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Code | string |
None. |
|
CreatedTs | date |
None. |
|
CreatedBy | string |
None. |
|
ModifiedTs | date |
None. |
|
ModifiedBy | string |
None. |
|
CustomerId | integer |
None. |
|
Visible | boolean |
None. |
|
QRLogAttributeClassId | globally unique identifier |
None. |
|
QRLogAttributeClass | QRLogAttributeClass |
None. |
|
QRLogAttributeListValue | Collection of QRLogAttributeListValue |
None. |
|
Translations | Collection of Translation |
None. |
|
Index | integer |
None. |
|
Required | boolean |
None. |
|
QRLogAttributeGlobalRefId | globally unique identifier |
None. |
|
TaxonomyNameGeneric | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "id": "4d6cbdca-6c10-4859-bc00-01b713237729", "code": "sample string 2", "createdTs": "2025-04-03T21:43:20.6869961Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:43:20.6869961Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "23208d3b-7977-46b0-9de1-b3272d6e8912", "qrLogAttributeClass": { "id": "00b35c9e-e4c3-4b0f-96e0-470cf197b5e1", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" }, { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" } ] }, "qrLogAttributeListValue": [ { "id": "4f62c642-77bb-47dd-ae2a-5b4fde51b14b", "description": "sample string 2", "createdTs": "2025-04-03T21:43:20.6869961Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:43:20.6869961Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "6780e7ae-522f-4ace-9d1f-3bc4945e37de", "translations": [ { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" }, { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" } ] }, { "id": "4f62c642-77bb-47dd-ae2a-5b4fde51b14b", "description": "sample string 2", "createdTs": "2025-04-03T21:43:20.6869961Z", "createdBy": "sample string 3", "modifiedTs": "2025-04-03T21:43:20.6869961Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "6780e7ae-522f-4ace-9d1f-3bc4945e37de", "translations": [ { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" }, { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" } ] } ], "translations": [ { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" }, { "id": "2b1aaadd-6260-4e60-be6a-8f82a41a694f", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "359237e2-db33-4b30-9e73-16608bdf3f27" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "3fd34ecd-c329-403c-8382-e1409baa1322", "taxonomyNameGeneric": "sample string 8" }