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