GET /Admin/GetSchedulerLastSeenTime/
Gets the last seen time of the scheduler.
Request
Method |
Request URI |
GET |
/API/Admin/GetSchedulerLastSeenTime/?sessionId=value |
URI Parameters
URI Parameter |
Description |
sessionId |
The current session ID.
|
Request Body
There is no Request Body for this function.
Response
Response Body
The System.DateTime the scheduler was last seen, or null if the scheduler hasn't been seen, or a status code indicating failure.