Skip to main content

Fetch EOD Configuration Status (Auto / Manual)

GET Eod Status

Depending on whether the EOD configuration is set to AUTO or Manual, this API is utilized to access the information for the Status of the EOD. 

image.png

URL: {{base_url}}/eod/scheduler/v1/getEODStatus

Request

Request Type: GET
Authorization: Bearer Token

Response:

KeyData TypeDescriptionRequired
responseStringInternal response status for the requestYes
dataJSONData reverted in response to the requestOptional
errorJSONInternal response error code Optional
Status Code: 200 OK
{
  "response": true,
  "data": {
    "autoEODStatus": "string",
    "autoEODManualStop": "string",
    "autoEODAutoStop": "string",
    "autoEODScheduledTime": "string",
    "autoEODMessage": "string"
  },
  "error": null
}
Status Code: 400 BAD REQUEST

Condition: If no parameter is passed for the request the system will respond with the given status code