...
On success this results in a JSON containing the requested task.
Filtering data
See the separate explanation about the API filters Filtering, sorting and paging and other GET parameters.
Change Taskname (PUT example)
...
On success this results in a JSON containing the importing task.
Since a import is running in the background, the so created task will be returned with a state = import. For checking if the import is done, a callback should be configured: task import push callback
Associate users to a task
...