Stops
This page includes all endpoints available for the stops(bookings) module of Logiciel Actif.
List all stops
GET
https://app.gem-books.com/api/stops
This endpoint allows you to get the list of your stops. The stops are returned sorted by date and time, with the most recent appearing first.
Query Parameters
Name
Type
Description
geotabUserId
string
Filter by the GeoTab user linked to the stop.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be application/json
.
Retrieve a stop
GET
https://app.gem-books.com/api/stops/:id
This endpoint allows you to retrieve a specific stop.
Path Parameters
Name
Type
Description
id
integer
Stop ID.
Headers
Name
Type
Description
Authentification
string
Bearer token.
Accept
string
Should be application/json
.
Last updated