Fluix Reports designed to help you track team activity, manage tasks, monitor work progress, and streamline document flow.
How to Export Data from Reports
To export data from Reports to a third-party platform, follow these steps:
You may create the report based on the following view types: Process or Form. Depending on the selected option, after exporting data from reports via API, there might be two following endpoints.
Example of the request for Report view by Process:
GET {api_url}/customer-api/v1/reports/process-view/aabb34e4-4fb7-483e-a5e7-f32bd07c596f?size=2
Example of the response:
{
"collection": [
{
"Process Key": "QAI-1",
"Taskstream Name": "Quality Assurance Inspection",
"Task Name": "Upload to Storage",
"Assignee": "",
"Task status": "FINISHED",
"Due Date": "",
"Last Action": "2024-12-31 10:59:38",
"Task Completion": 100,
"Duration": "1m",
"Inspector Name": ""
},
],
"hasNext": true,
"nextUrl": "{api_url}/customer-api/v1/reports/process-view/aabb34e4-4fb7-483e-a5e7-f32bd07c596f?size=2&cursor={some_cursor}
}
Example of the request for Report view by Form:
GET {api_url}/customer-api/v1/reports/process-view/aabb34e4-4fb7-483e-a5e7-f32bd07c596f?size=2
Example of the response:
{
"collection": [
{
"Form": "Commissioning Checklist",
"Process Key": "CI-2",
"Taskstream Name": "Commissioning Inspection",
"Task Name": "Verify the checklist",
"Assignee": "Quality Manager",
"Task status": "TODO",
"Due Date": "",
"Last Action": "2025-02-21 14:24:18"
},
{
"Form": "Change Order (PDF view)",
"Process Key": "CO-2",
"Taskstream Name": "Change Order",
"Task Name": "Review Change Order",
"Assignee": "Supervisors",
"Task status": "TODO",
"Due Date": "",
"Last Action": "2025-02-21 14:24:12"
}
],
"hasNext": true,
"nextUrl": "https:\/\/admin-ewn-25654-export-tbw-repots.sand.fluix.io\/customer-api\/v1\/reports\/form-view\/e1c770c3-cad4-4977-80ab-27c21b93a91f?size=2\u0026cursor=WzE3NDAxNDc4NTIwMDBd"
}
If you have any questions, feel free to contact us at support@fluix.io.
The latest updates from our Product team, straight
to your inbox