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": "117292a0-523f-44e5-83d9-5762f78a73a2", "code": "sample string 2", "createdTs": "2025-09-19T04:34:57.2591063Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:57.2591063Z", "modifiedBy": "sample string 4", "customerId": 1, "visible": true, "qrLogAttributeClassId": "eb55adf9-d928-428c-9272-b3413f510ec3", "qrLogAttributeClass": { "id": "75bc25d7-8286-4056-a4d0-cb6c4ca1bfdd", "code": "sample string 2", "name": "sample string 3", "translations": [ { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" }, { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" } ] }, "qrLogAttributeListValue": [ { "id": "45ff6c0f-fc4b-45fe-a23b-cdfb6d0809e4", "description": "sample string 2", "createdTs": "2025-09-19T04:34:57.2591063Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:57.2591063Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "548defdd-a6d3-4044-9c30-cc3d845f3523", "translations": [ { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" }, { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" } ] }, { "id": "45ff6c0f-fc4b-45fe-a23b-cdfb6d0809e4", "description": "sample string 2", "createdTs": "2025-09-19T04:34:57.2591063Z", "createdBy": "sample string 3", "modifiedTs": "2025-09-19T04:34:57.2591063Z", "modifiedBy": "sample string 4", "isActive": true, "customerId": 1, "qrLogAttributeId": "548defdd-a6d3-4044-9c30-cc3d845f3523", "translations": [ { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" }, { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" } ] } ], "translations": [ { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" }, { "id": "6f06af94-f130-4901-bccf-cbf1c0e587ce", "languageCode": "sample string 2", "languageTranslation": "sample string 3", "property": "sample string 4", "translatableId": "c29e0c66-9065-421f-a055-3390ed937865" } ], "index": 1, "required": true, "qrLogAttributeGlobalRefId": "a4175bbd-5caa-4cea-9179-848323a02496", "taxonomyNameGeneric": "sample string 8" }