Authorization: ********************
curl --location --request GET 'https://api.qal.eazy2biz.com/v1/reports' \
--header 'Authorization;'
[
{
"_id": "string",
"type": "SYSTEM_DEFINED",
"entityType": "WORKFLOW",
"entityId": "string",
"defaultReportDuration": "string",
"tags": [
{
"name": "string",
"colour": "string"
}
],
"chartUIGridConfigs": [
{
"chartId": "string",
"xCoordinate": 0,
"yCoordinate": 0,
"width": 0,
"height": 0
}
],
"details": {
"name": "string",
"companyId": 0,
"description": "string"
},
"metaData": {
"createdBy": "string",
"lastUpdatedBy": "string",
"createdDate": "2019-08-24T14:15:22Z",
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"version": 0
},
"enabled": true
}
]