v1

latestOpenAPI 3.0.02026-08-0451027.5 KB
reload-tasks

Find and return tasks

Finds and returns the tasks that the user has access to.

get/api/v1/reload-tasks

Query parameters

appIdstring

The case sensitive string used to search for a task by app ID.

limitinteger

The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).

nextstring

The cursor to the next page of resources. Provide either the next or prev cursor, but not both.

partialboolean

The boolean value used to search for a task is partial or not

prevstring

The cursor to the previous page of resources. Provide either the next or prev cursor, but not both.

Headers

Authorizationstring required

JWT containing tenant credentials.

Response

Expected response to a valid request.

Example response

{
  "data": [
    {
      "appId": "116dbfae-7fb9-4983-8e23-5ccd8c508722",
      "timeZone": "America/Toronto",
      "recurrence": [
        "RRULE:FREQ=DAILY;INTERVAL=1;BYHOUR=11;BYMINUTE=18;BYSECOND=0",
        "RRULE:FREQ=WEEKLY;INTERVAL=2;BYDAY=MO,TU;BYHOUR=13;BYMINUTE=17;BYSECOND=0"
      ],
      "endDateTime": "2022-10-12T23:59:00",
      "startDateTime": "2022-09-19T11:18:00",
      "id": "5be59decca62aa00097268a4",
      "log": "Scheduled reload has been disabled since exceeded limit of 5 consecutive reload failures. Please fix error and re-enable schedule.",
      "links": {
        "self": {
          "href": "http://example.com"
        }
      },
      "state": "Enabled",
      "userId": "FyPG6xWp6prDU6BXQ3g7LY9gWR_YRkkx",
      "spaceId": "602c2c2be2be220002a22a22",
      "tenantId": "efSCcpNYuayTysONkUcE3F80zYQ_LV9w",
      "fortressId": "5c5b097116d25a0001a48b06",
      "disabledCode": "CONSECUTIVE-FAILURES",
      "lastExecutionTime": "2022-09-20T17:17:00Z",
      "nextExecutionTime": "2022-09-20T17:17:00Z"
    }
  ],
  "links": {
    "self": {
      "href": "http://example.com"
    },
    "next": {
      "href": "http://example.com"
    },
    "prev": {
      "href": "http://example.com"
    }
  }
}
All 5 operations