-
/api
Description: API Catalogue
Method: GET
-
/api/register
Description: Register new user
Method: POST
-
/api/login
Description: Login user
Method: POST
-
/api/logout
Description: Logout user
Method: POST
-
/api/me
Description: All the information about the current user
Method: GET
-
/api/user_companies
Description: All the information about the current user
Method: GET
-
/api/crud/{table}
Description: apiResources for table
Method: GET/POST/PUT
-
/api/workflows
Description: Get Id and workflow name to start manually
Method: GET
-
/api/workflows/{id}
Description: Start workflow id instance
Method: GET
-
/api/instances/pendings
Description: Get Instances pendings
Method: GET
-
/api/steps/pendings
Description: Get User Steps pendings
Method: GET
-
/api/steps/store
Description: Save User Step data
Method: POST
Security
Workflows