Asynchronous Tasks
Please make sure to read the Introduction to the REST API before starting to use it.
This page describes all rest endpoints which are related to asynchronous tasks. Asynchronous tasks are used in various endpoints of our REST API in order to start long-running tasks in Backbone. This resource can be used in order to get the status of these tasks and the result.
Method | URL | Description |
---|---|---|
GET | /async-tasks/{taskId} | Returns status information about the asynchronous task. If finished, it also includes the result. |
Detailed description