Start and End Timestamps Parameter

For the Start and End Timestamps parameter, the Timestamp format in the URI must be in ISO data format, such as YYYY-MM-DDTHH:mm:ss.SSSZ.

EPOCH time (standard base time) is only valid in the JSON-format request body or response body, such as \/Date(928167600000-0500)\/. If you use the same timestamp for start and end timestamps, the request returns a single result.

All timestamps passed to the REST service must be formatted as UTC timestamps.

Object NameDescription
StartTimeStart time of the query. This represents the earliest timestamp for any tag contained in the query.

If no StartTime is specified, the start time is two hours prior to running the query.

EndTimeEnd time of the query. This represents the latest timestamp for any tag contained in the query.

If no EndTime is specified, the end time is the time that the query runs.