The backend provides a new endpoint for retrieving pages of task executions without all the extra detail.
The name of the link and url is tasks/thinexecutions and the resulting response has _embedded.taskExecutionThinResourceList instead of _embedded.taskExecutionResourceList. The objects in the page looks like TaskExecution but with some fields missing:
The backend provides a new endpoint for retrieving pages of task executions without all the extra detail. The name of the link and url is
tasks/thinexecutions
and the resulting response has_embedded.taskExecutionThinResourceList
instead of_embedded.taskExecutionResourceList
. The objects in the page looks like TaskExecution but with some fields missing:_links.self
for detail of TaskExecution when clicking on id_links['tasks/definitions']
for query when clicking on name.