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