expectedDatetime

expectedDatetime #

The expectedDatetime is a value present at the top-level of the returned JSON only when the datetime has been specified in the request. When the datetime has been specified in the request, the response will simply contain the same values.

Version info
This response field has been added in the the 2020-05-01 release.

Example response #

{
    "expectedDatetime": {
        "min": "2019-12-31T10:10:10",
        "max": "2020-01-01T10:10:10"
    }
}