GET/tasks/{taskId}/recurring.json
Get Recurring Tasks related to original Task.
Returns all recurring tasks created and associated with the original task.
Path Params
- Name
taskId
- Type
- string
- required
- Description
Query Params
- Name
onlyFutureDates
- Type
- boolean
- Description
- Default
false
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"recurring-dates": [
"2019-02-16T00:00:00Z",
"2019-02-23T00:00:00Z",
"2019-03-02T00:00:00Z",
"2019-03-09T00:00:00Z",
"2019-03-16T00:00:00Z",
"2019-03-23T00:00:00Z",
"2019-03-30T00:00:00Z",
"2019-04-06T00:00:00Z",
"2019-04-13T00:00:00Z",
"2019-04-20T00:00:00Z",
"2019-04-27T00:00:00Z",
"2019-05-04T00:00:00Z",
"2019-05-11T00:00:00Z",
"2019-05-18T00:00:00Z",
"2019-05-25T00:00:00Z",
"2019-06-01T00:00:00Z",
"2019-06-08T00:00:00Z",
"2019-06-15T00:00:00Z",
"2019-06-22T00:00:00Z",
"2019-06-29T00:00:00Z",
"2019-07-06T00:00:00Z",
"2019-07-13T00:00:00Z",
"2019-07-20T00:00:00Z",
"2019-07-27T00:00:00Z",
"2019-08-03T00:00:00Z",
"2019-08-10T00:00:00Z",
"2019-08-17T00:00:00Z",
"2019-08-24T00:00:00Z"
],
"dates-set": {},
"STATUS": "OK"
}