Appearance
Queries
These are requests made to get information from the API. Our API currently provides the following query options:
- tasks (ownerid: ID, status: String): [Task]
- task (id: ID): Task
- tours (driverid: ID): [Tour]
- tour (tourid: ID): Tour
- drivers : [Driver]
- driver (driverid: ID): Driver
- locations : [Location]
- location (locationid: ID): Location
apomap partnerAPI