Search

Execute Task

Last Updated: Mar 8, 2023

Articles

Use this API to execute the specified task.

  • API: {URL}/jiffy/api/v1/executetask/{id_of_the_task}/
  • API Type: POST
  • Authentication Type: Basic Authorization or Token- Based Authentication
  • API Response:

    {
    “status”: true,
    “msg”: “Task ‘Random number’ started execution”,
    “runid”: 303434
    }


To know more about how to trigger a task from external application, click here.

To view all the APIs, click here.

Did you find what you were looking for?