Bays
This page includes all endpoints available for the agenda bays of Logiciel Actif (GEM-CAR required).
List all agenda bays
GET
https://app.gem-books.com/api/agenda_bays
This endpoint allows you to get the list of your bays. The bays are returned sorted by most recent number.
Headers
Name
Type
Description
Authentification*
string
Bearer Token
Accept
string
Should be application/json
List a specific agenda bay
GET
https://app.gem-books.com/api/agenda_bays/:id
This endpoint allows you to get one specific bay.
Headers
Name
Type
Description
Authentification*
string
Bearer Token
Accept
string
Should be application/json
Create an agenda bay
POST
https://app.gem-books.com/api/agenda_bays
Headers
Name
Type
Description
Authentification
string
Bearer Token
Accept
string
Should be application/json
Body Example
Update a bay
PUT
https://app.gem-books.com/api/agenda_bays/:id
Headers
Name
Type
Description
Authentification
string
Bearer Token
Accept
string
Should be application/json
Body Example
Last updated