Link Search Menu Expand Document

HTTP Request

GET https://gateway.workfloplus.com/scheduledjobs/v1/my

Authorization

Bearer Token

Policy Schedule_Read

Headers

Key Value
Authorization Bearer {token}

Response Body

JSON Representation

{
  "jobId":"615c2057c5722f000168e37f",
  "created":"2021-10-05T09:52:23.341Z",
  "updated":"2021-10-05T09:52:23.341Z",
  "state":"Scheduled",
  "name":"API Scheduler Example Job 1",
  "description":"To Demo Scheduler Apis",
  "priority":true,
  "dueByDate":"2021-10-05T22:59:00Z",
  "assignedUserIds":[
    "5d8cac54860b81ee016b1987"],
  "tasks":[
    {
      "taskType":"Workflow",
      "taskId":"d7020dd1-8ce9-42ce-90f2-8d2f7f734c20",
      "artifactId":"b62f2507-b4e7-4248-83d3-29c03b158fbe",
      "jobId":null,
      "clientJobId":null,
      "updated":null,
      "modified":null,
      "state":0
    }]
}

Copyright © 2021 Intoware Limited.