Common Routes
19 Routes| Route | HttpMethod | Controller | Method |
|---|---|---|---|
| api/jobs | GET | ApiJobsController | Get |
| api/jobs/{Guid} | GET | ApiJobsController | Get |
| api/jobs/{Guid}/Cancel | POST | ApiJobsController | Stop |
| api/jobs/{Guid} | DELETE | ApiJobsController | Delete |
| api/jobs/{Guid}/Result | GET | ApiJobsController | GetResult |
| api/auth/login | GET | AuthenticationController | Login |
| api/auth/loginurl | GET | AuthenticationController | GetLoginUrl |
| api/auth/exchange | GET | AuthenticationController | Exchange |
| api/auth/LoginSettings | GET | AuthenticationController | SSOConfig |
| api/auth/CheckForForceReset | POST | AuthenticationController | CheckForForceReset |
| api/auth/GetResetPasswordUrl | POST | AuthenticationController | GetResetPasswordUrl |
| api/auth/ResetPassword | POST | AuthenticationController | ResetPassword |
| api/napaprolink/cart | POST | NAPAProLinkController | Cart |
| info/Welcome | GET | PublicFacingController | GetInfo |
| info/SystemVersion | GET | PublicFacingController | GetVersion |
| info/SSO | GET | PublicFacingController | GetSSO |
| api/token/exchange | POST | PublicFacingController | TokenExchange |
| api/Screen/{screenId} | POST | ScreenAccessController | Post |
| api/timesheetvalidation/validate | POST | CustomValidationsController | ValidationsProxy |