GetMaintenanceTime - Saba-sports/OddsDirectAPI GitHub Wiki
This API is to get the system under maintenance time.
Request
GET /login/GetMaintenanceTime
Content-Type: application/json
Response
{
"isUnderMaintenance": bool,
"startTime": datetime?,
"endTime": datetime?
}
| Parameter | Format | Description |
|---|---|---|
| isUnderMaintenance | bool | Specifies whether is under maintenance. |
| startTime | datetime? | Specifies the start time of under maintenance (time zone GMT+0). |
| endTime | datetime? | Specifies the end time of the under maintenance (time zone GMT+0). |