Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mileapp.dev/llms.txt

Use this file to discover all available pages before exploring further.

What is Task Schedule?

Task Schedule is a mechanism to generate tasks according to the schedule that is set by you. The task schedule attributes consist of IDs, repetition period data (daily, weekly, etc.), flow structure, task content, and time of the schedule’s start & end. This schedule could help you to set a task that will be repeated at a certain period. To see the details of task schedule object, please follow this link

Key Features

Read task schedule

GET /task/schedules

Read task schedule by ID

GET /task/schedule/

Create task schedule

POST /task/schedule

Bulk create task schedule

POST /task/schedules/bulk