Common Routes

44 Routes
Route HttpMethod Controller Method
api/ai/health GET AiController Health
api/ai/generate-note POST AiController GenerateNote
api/ai/analyze-photo POST AiController AnalyzePhoto
api/ai/analyze-combined POST AiController AnalyzeCombined
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/license/{moduleName?} GET LicenseKeyController GetLicenseInfo
api/system/logs GET LogController GetLogs
api/system/logs/{category}/{year:int?}/{month:int?}/{day:int?} GET LogController GetLogsByCategory
api/system/logs/{category}/{logname}/{year:int?}/{month:int?}/{day:int?} GET LogController GetLogsByName
api/system/logs/{category}/{logname}/latest GET LogController GetLatestLog
api/system/logs/{category}/{logname}/latest/$value GET LogController GetLatestLogValue
api/system/logs/{category}/{year:int}/{month:int}/{day:int}/{logname}/$value GET LogController GetLogValue
api/napaprolink/cart POST NAPAProLinkController Cart
info/Welcome GET PublicFacingController GetInfo
info/SystemVersion GET PublicFacingController GetVersion
info/SSO GET PublicFacingController GetSSO
api/util/ping GET PublicFacingController Ping
api/Screen/{screenId} POST ScreenAccessController Post
api/auth/smlogin GET SecurityManagerAuthController InitiateSecurityManagerLogin
api/config/securitymanager GET SecurityManagerConfigController GetSecurityManagerConfig
api/system/loglevel GET SystemController GetLogLevel
api/system/loglevel/{level} PUT SystemController SetLogLevel
api/system/health/app GET SystemController GetAppHealth
api/system/health/db GET SystemController GetDatabaseHealth
api/system/health/opensearch GET SystemController GetOpenSearchHealth
api/system/health/gis GET SystemController GetGisHealth
api/system/health/memory GET SystemController GetMemoryHealth
api/system/health/uptime GET SystemController GetUptime
api/system/health/threads GET SystemController GetThreads
api/system/info/version GET SystemController GetVersion
api/system/info/environment GET SystemController GetEnvironment
api/system/info/time GET SystemController GetTime
api/timesheetvalidation/validate POST CustomValidationsController ValidationsProxy