Get task's Data

Returns the task using its ID.

Method

/API2/tasks/getTaskData

  • API Section: /API2/tasks
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro

Method Signature

Input Parameters

Name

taskId

Type

string

Description

The task's system ID

Output Response

Successful Result Code

200

Response Type

Description of Response Type

Execution Tasks object with details of a scheduled job task.

Notes

Use this function with other functions for setting and getting tasks and task related functions. Use the 'getTasksIds' method to retrieve task ID's

Examples