Get task's Data
{ getTaskData }
Returns the task using its ID.
Method
/API3/tasks/getTaskData
- Enterprise Admin
- Domain Admin
- Pro
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
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP