GetTask

Get an existing Task.

GetTaskRequest

Request
This endpoint expects an object.
task_idstring
ID of Task to get.
definition_versionuint

Optional - if > 0, will get specific definition_version, otherwise latest (highest) definition_version is used.

task_viewenum

Optional - select which view of the task to fetch. If not set, defaults to TASK_VIEW_MANAGER.

Allowed values:

GetTaskResponse

Response
This endpoint returns an object.
taskobject
Task that was returned.