Skip to main content
POST
Create export config

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Body

application/json
name
string
required

The name of export config. Name must be unique. Example: Report Daily

collection
string
required

The collection from which the data will be exported. Example: task

flowIds
object[]
required

The flow identifier used to filter the components refers only to the selected flow IDs. Use Flow /flows API to get the list of flow id. Example: ['66a988d53ae08a7ab52867c2']

fields
object[]
required

The optional fields to be included in the exported data that ref to Flow reserved key and User fields. To see the details of reserved key of task, please follow this link

description
string

Response

Success

status
string

Status of response.

data
object

Detail object of created export config.