API Service

API services is the way to call apis in the application. API Services form the backbone of communication between your application and various APIs. They enable your app to interact with external services, ensuring data exchange and unlimited integration.

API services contains built-in API services and custom APIs.

Built-in APIs are:

Download File

Download a file as CSV or JSON from a query result. It is used for end users to download data from query results in their preferred format. This action is particularly useful for getting filterable and customized data based on user-specific requirements.

Parameters:

  • Data asset: Select the data source that you want end users to download, currently only queries are supported

  • Format: Decide whether the file should be in CSV or JSON format

  • Is Public File: Toggle to make the file public

  • File Download Name: The download file name

Custom APIs

APIs from Plugin Store and Custom APIs.

Last updated