API Reference
Tasks
Tasks
Maintenance tasks are actions used to manage maintenance - like oil changes, inspections, repairs, or scheduled service. Each one represents a specific maintenance need.
A task schedule is a set of rules that determines when tasks should be created and what criteria they must meet to be considered due.
Tasks are instances of a task schedule, created for a specific device to address a particular maintenance need.
Endpoints
The Hapn API allows to create, update, and fetch maintenance tasks in the account:
- Search Task Schedules Get a list of all task schedules in the account
- Get task schedule by id
- Create a task schedule
- Update task schedule
- Delete a task schedule
- Set task schedule devices
- Search tasks
- Update a task
- Complete a task
- Delete a task
Gets a task schedule by id
Creates a task schedule
Updates a task schedule
Deletes a task schedule
Sets the devices associated with a task schedule
Search tasks using filters
Updates a task
Completes a task
Deletes a task