Download OpenAPI specification:
Documentation OpenAPI Hiflow for interaction with the Hiflow modules and access to data.
Before using our API, you have to create an API key. This can be done in the « Parameters » module. Documentation can be found here (in French): Créer une clé d'API
This route returns a list of jobs.
id_statuses | Array of integers The id of the project status for which you want to retrieve the projects (can be an array) |
id_customers | Array of integers The id of the customer for which you want to retrieve the projects (can be an array) |
search | string Search string, applied on the name |
date_start | string <date> Start date for the selection of the timesheet entries |
date_end | string <date> End date for the selection of the timesheet entries |
id_customer | Array of integers The id of the customer for which you want to retrieve the timesheet entries (can be an array) |
id_user | Array of integers The id of the user for which you want to retrieve the timesheet entries (can be an array) |
id_trackers | Array of integers The id of the tracker for which you want to retrieve the timesheet entries (can be an array) |