# Action Schedules

Manage standalone operational schedules.

## Get an Action Schedule by ID

 - [GET /action-schedules/{id}](https://docs.transportial.com/apis/action-schedules/get:actionschedule.md)

## Delete an Action Schedule by ID

 - [DELETE /action-schedules/{id}](https://docs.transportial.com/apis/action-schedules/delete:actionschedule.md)

## Update an Action Schedule

 - [PUT /action-schedules](https://docs.transportial.com/apis/action-schedules/update:actionschedule.md)

## Create an Action Schedule

 - [POST /action-schedules](https://docs.transportial.com/apis/action-schedules/create:actionschedule.md): Schedules a new set of actions, such as a driver swap or vehicle maintenance.

## Get a paginated list of Action Schedules

 - [GET /action-schedules/{offset}/{amount}](https://docs.transportial.com/apis/action-schedules/get:actionschedules.md)

