Record
get-tasks-params
No description available.
record get-tasks-params {
opt-pretty: option<bool>,
opt-fields: option<list<string>>,
limit: option<s32>,
offset: option<string>,
assignee: option<string>,
project: option<string>,
section: option<string>,
workspace: option<string>,
completed-since: option<string>,
modified-since: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| opt-pretty | option<bool> | |
| opt-fields | option<list<string>> | |
| limit | option<s32> | |
| offset | option<string> | |
| assignee | option<string> | |
| project | option<string> | |
| section | option<string> | |
| workspace | option<string> | |
| completed-since | option<string> | |
| modified-since | option<string> |