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