Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the Unix Time format. For example: "oldestDate": 1325376070.
{
"type": "object",
"required": [
"oldestDate"
],
"properties": {
"oldestDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "Specifies the oldest start or close date and time to return."
}
]
},
"latestDate": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "Specifies the latest start or close date and time to return."
}
]
}
},
"description": "Used to filter the workflow executions in visibility APIs by various time-based rules. Each parameter, if specified, defines a rule that must be satisfied by each returned query result. The parameter values are in the <a href=\"https://en.wikipedia.org/wiki/Unix_time\">Unix Time format</a>. For example: <code>\"oldestDate\": 1325376070.</code> ",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ExecutionTimeFilter"
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.