Help > Fluix Tasks > Feature Tutorials > How to export data from Reports to third-party platforms via API

How to export data from Reports to third-party platforms via API

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:

  1. Go to Reports: Open the Reports section in the Admin Portal and select the report you want to export.
  2. Click Share: In the opened panel, click the Share button. You will see four options:
    • Share link for Admins: Copy and share a link with other Fluix admins so they can view the same report. (Note: Your team members must have Admin permissions to access the report).
    • Download as CSV or XLS: Download all or selected data as a file for manual analysis.
  3. Export via API: Send data directly to third-party software like Power BI or Tableau for further analysis and visualization.

How to Export Data from Reports via API?

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.

Was this article helpful?
Thanks for your feedback!
Oops, something went wrong. Please, try again later.
We're sorry about that, please contact our support for help.
0 out of 0 found this helpful

Sign Up to Our Product Newsletter

The latest updates from our Product team, straight
to your inbox