Skip to content
On this page
Queries

These are requests made to get information from the API. Our API currently provides the following query options:

  1. tasks (ownerid: ID, status: String): [Task]
  2. task (id: ID): Task
  3. tours (driverid: ID): [Tour]
  4. tour (tourid: ID): Tour
  5. drivers : [Driver]
  6. driver (driverid: ID): Driver
  7. locations : [Location]
  8. location (locationid: ID): Location