TaskFilterSpecByTime

TaskFilterSpecByTime
TaskFilterSpecByTime

This data object type specifies a time range used to filter task history.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "timeType": "string",
    "beginTime": "string",
    "endTime": "string"
}
timeType
Required

This option specifies a time stamp governing the selection of tasks.

Possible values:

  • queuedTime: The time stamp when the task was created and queued.
  • startedTime: The time stamp when the task started.
  • completedTime: The time stamp when the task finished.
Possible values are : queuedTime, startedTime, completedTime,
string As date-time As date-time
beginTime
Optional

The beginning of the time range.

If this property is not specified, then tasks are collected from the earliest time in the database.

When this property is specified, the time type field must also be specified.

string As date-time As date-time
endTime
Optional

The end of the time range.

If this property is not specified, then tasks are collected up to the latest time in the database.

When this property is specified, the time type field must also be specified.