Open endpoints require no Authentication.
Closed endpoints require a valid Token to be included in the header of the request. A Token can be acquired from the Login view above.
Each endpoint manipulates or displays information related to the User whose Token is provided with the request:
GET /api/user/details
PUT /api/users/reset
Endpoints for performing Workflow related requests that the Authenticated User has permissions to access.
GET /api/workflow/upload
POST /api/workflow/initialize
GET /api/workflow/schedule
POST /api/workflow/schedule
POST /api/workflow/jobs