API ReferenceTask Repeater
Retrieves future execution dates of the repeater.
Retrieves future execution dates of the repeater.
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
Path Parameters
id*string
TaskRepeaterFutureExecutions identifier
Format
uuidQuery Parameters
dateStart?string
Date after which next executions dates will be returned
Format
datedateEnd?string
Date before which next executions dates will be returned
Format
datelimit?integer
Limit of returned dates
Default
500Response Body
curl -X GET "https://example.com/project/task-repeaters/497f6eca-6276-4993-bfeb-53cbbbba6f08/future-executions"{ "futureExecutions": [], "id": "string"}