Site icon Hiflow

Developper – REST API

Documentation – routes availables

AUTHENTICATION
POST/login
{ login, password }
CUSTOMER
GET/rest/customer
GET/rest/customer/{id}
GET/rest/customer/{id}/contacts
POST/rest/customer
PUT/rest/customer
DELETE/rest/customer/{id}
TIMESHEET
GET /rest/timesheet
parameters:
- date_start
- date_end
- id_user
- id_tracker
- id_customer
Exit mobile version