Parameter | Overview |
---|---|
limit | integer Limit on the number of results to return. By default — 50; maximum — 300. |
id_gt | string Objects with an ID greater than the specified value. |
id_gte | string Objects with an ID greater than or equal to the specified value. |
id_lt | string Objects with an ID less than the specified value. |
id_lte | string Objects with an ID less than or equal to the specified value. |
overlap_gt | integer Objects with an overlap greater than the specified value. |
overlap_gte | integer Objects with an overlap greater than or equal to the specified value. |
overlap_lt | integer Objects with an overlap less than the specified value. |
overlap_lte | integer Objects with an overlap less than or equal to the specified value. |
task_id_gt | string Tasks with an ID greater than the specified value. |
task_id_gte | string Tasks with an ID greater than or equal to the specified value. |
task_id_lt | string Tasks with an ID less than the specified value. |
task_id_lte | string Tasks with an ID less than or equal to the specified value. |
The date is specified in UTC in ISO 8601 format: YYYY-MM-DDThh:mm:ss[.sss]
.
Parameter | Overview |
---|---|
created_gt | string Objects issued or created after the specified date. |
created_gte | string Objects issued or created on or after the specified date. |
created_lt | string Objects issued or created before the specified date. |
created_lte | string Objects issued or created on or before the specified date. |
last_started_gt | string Objects that were last opened after the specified date. |
last_started_gte | string Objects that were last opened on or after the specified date. |
last_started_lt | string Objects that were last opened before the specified date. |
last_started_lte | string Objects that were last opened on or before the specified date. |
modified_gt | string Objects modified after the specified date. |
modified_gte | string Objects modified on or after the specified date. |
modified_lt | string Objects modified before the specified date. |
modified_lte | string Objects modified on or before the specified date. |
submitted_gt | string Objects issued or created after the specified date. |
submitted_gte | string Objects issued or created on or after the specified date. |
submitted_lt | string Objects issued or created before the specified date. |
submitted_lte | string Objects issued or created on or before the specified date. |
finished_gt | string Objects completed after the specified date. |
finished_gte | string Objects completed after or on the specified date. |
finished_lt | string Objects completed before the specified date. |
finished_lte | string Objects completed on or before the specified date. |
accepted_gt | string Objects accepted by the requester after the specified date. |
accepted_gte | string Objects accepted by the requester after or on the specified date. |
accepted_lt | string Objects accepted by the requester before the specified date. |
accepted_lte | string Objects accepted by the requester before or on the specified date. |
rejected_gt | string Objects rejected by the requester after the specified date. |
rejected_gte | string Objects rejected by the requester after or on the specified date. |
rejected_lt | string Objects rejected by the requester before the specified date. |
rejected_lte | string Objects rejected by the requester before or on the specified date. |
skipped_gt | string Objects skipped after the specified date. |
skipped_gte | string Objects skipped after or on the specified date. |
skipped_lt | string Objects skipped before the specified date. |
skipped_lte | string Objects skipped before or on the specified date. |
expired_gt | string Objects that expire after the specified date. |
expired_gte | string Objects that expire after or on the specified date. |
expired_lt | string Objects that expire before the specified date. |
expired_lte | string Objects that expire before or on the specified date. |