POST /data/v2/projects/{projectToken}/exports/{export_id}/start
/data/v2/projects/{projectToken}/exports/{export_id}/start
Trigger an existing export.
Use to start an export with id corresponding to the export_id.
Please note that the export must NOT be running (repeated), as opposed to Imports. If the type of the export is repeated, the route responds with status code 400 and an error message.
Also note that when interpreting the dynamic filenames, scheduled export run matters, not the actual time of the export run.
Servers
- https://api.exponea.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
projectToken |
String | Yes |
Default value: "12345678-1234-1234-1234-123456789abc" |
export_id |
String | Yes |
Request headers
Name | Type | Required | Description |
---|---|---|---|
authorization |
String | Yes |
Default value: "Basic <APIKeyID/APISecret>" |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.