Task_schedules
API Key Scope: task_schedules / index
Pass the username and password of a user in the authorization header. This currently gives full access.
Display the next scheduled date, and information about missing executions.
trueThe number of items to display for pagination.
The number of items to skip for pagination.
Sort results by attribute.
Can sort on multiple attributes, separated by |.
Order direction can be suffixing the attribute by either :asc (default) or :desc.
Filter on id
Filter on RRule of schedule
Filter on done schedule
Filter on task id
List of task schedules.
List of task schedules.
API Key Scope: task_schedules / show
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
A specific task schedule.
A specific task schedule.
API Key Scope: task_schedules / create
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
16DTSTART;TZID=Europe/Paris:20190705T085000 RRULE:FREQ=WEEKLYfalse2019-10-11T15:00:00Z202019-10-11T13:00:00Z2019-10-11T11:00:00ZA specific task schedule.
The received resource was not correctly formatted.
API Key Scope: task_schedules / update
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
16DTSTART;TZID=Europe/Paris:20190705T085000 RRULE:FREQ=WEEKLYfalse2019-10-11T15:00:00Z202019-10-11T13:00:00Z2019-10-11T11:00:00ZA specific task schedule.
The received resource was not correctly formatted.
API Key Scope: task_schedules / destroy
Pass the username and password of a user in the authorization header. This currently gives full access.
Numeric ID or name of task. Task names are not unique, it's recommanded to use numeric ID.
Task schedule destroyed.
Task schedule destroyed.
No content
Last updated
Was this helpful?