Workflows
This page includes all endpoints available for the agenda workflows of Logiciel Actif (GEM-CAR required).
List all agenda workflows
Headers
Name
Type
Description
{
"data": [
{
"id": 2,
"name": "Conflict",
"order": 1,
"color": "#000000",
"background_color": "#ff0000"
},
{
"id": 1,
"name": "Not available",
"order": 0,
"color": "#000000",
"background_color": "#cccccc"
}
],
"meta": {
"current_page": 1,
"last_page": 1,
"per_page": 25,
"total": 2
},
"success": true
}List a specific agenda workflow
Headers
Name
Type
Description
Create an agenda workflow
Headers
Name
Type
Description
Body Example
Update a workflow
Headers
Name
Type
Description
Body Example
Last updated