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/detailsPUT /api/users/resetEndpoints for performing Workflow related requests that the Authenticated User has permissions to access.
GET /api/workflow/uploadPOST /api/workflow/initializeGET /api/workflow/schedulePOST /api/workflow/schedulePOST /api/workflow/jobs