JobLogFilter Object (Web Services API)
This object provides information about a job log filter.
Properties
| Name | Type | Description |
| State | JobLogStateMask | Returns only the jobs with the specified states. |
| WorkflowName | String[ ] | Returns only the jobs from the specified workflows. If set to null or left empty, this parameter has no effect. |
| SinceDate | DateTime or Null | Returns only the jobs that were completed on the specified date or later. If set to null, this parameter has no effect. |
| UntilDate | DateTime or Null | Returns only the jobs that were completed on the specified date or earlier. If set to null, this parameter has no effect. |
| SinceId | Long or Null | Returns only the jobs with an ID that is equal to or greater than the specified value. If set to null, this parameter has no effect. |
| UntilId | Long or Null | Returns only the jobs with an ID that is equal to or less than the specified value. If set to null, this parameter has no effect. |
3/26/2024 1:49:49 PM