Wasm Directoryalpha
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

NameTypeDescription
opt-prettyoption​<bool>
opt-fieldsoption​<list​<string>>
limitoption​<s32>
offsetoption​<string>
assigneeoption​<string>
projectoption​<string>
sectionoption​<string>
workspaceoption​<string>
completed-sinceoption​<string>
modified-sinceoption​<string>