API endpoints are specific URLs that allow applications to send and receive data between systems. In the Sitemate Open API, endpoints act as connection points for interacting with Dashpivot data—such as retrieving forms, managing folders, or exporting reports.
For example, one endpoint can return a list of forms, while another can create project folders. Each endpoint has a defined purpose, enabling structured and reliable data exchange with tools like reporting dashboards or project management systems.
You can explore all endpoint guides here: https://flowsite.com/docs/dashpivot/api/ouhv7wr0gxswy-how-to-connect-to-sitemate-open-api
App endpoints:
Action | Documentation Link |
App Summary endpoint
The app summary endpoint will allow you to list a summary of all template apps within a specified folder | |
Deploy an app from the app library to specified folders | |
Undeploy an app from specified folders |
Quick walkthrough of the form summary and app summary endpoints:
Exports Endpoints:
The exports endpoints will allow you to export a list of forms, as PDF or CSV, from Dashpivot
Action | Documentation Link |
Export forms as PDF | |
Export forms as CSV | |
Get export status |
Quick walkthrough of the export endpoints:
Folder Endpoints:
Action | Documentation Link |
List all folders in the root directory
In practice, this endpoint will list all the workspaces you have access to | |
Get a specific folder | |
Update a specific folder | |
Delete a specific folder | |
List the child folders for a specified folder
This endpoint can be used to navigate through nested folders | |
Create a new child folder within the specified folder
The specified folder will be the parent of the new child folder |
Form Endpoints:
Action | Documentation Link |
List form summaries for app
List a summary of all forms for the specified App |
