Get List (POST)
POST/external-task
Queries for external tasks that fulfill given parameters in the form of a JSON object.
This method is slightly more powerful than the Get External Tasks method because it allows to specify a hierarchical result sorting.
Request
Responses
- 200
- 400
Request successful. The Response is a JSON array of external task objects.
Returned if some of the query parameters are invalid, for example if a sortOrder parameter is supplied,
but no sortBy. See the Introduction
for the error response format.