Wasm Directoryalpha
Record

get-tasks-for-project-params

No description available.

record get-tasks-for-project-params {
  completed-since: option​<string>,
  project-gid: string,
  opt-pretty: option​<bool>,
  opt-fields: option​<list​<string>>,
  limit: option​<s32>,
  offset: option​<string>,
}

Fields

NameTypeDescription
completed-sinceoption​<string>
project-gidstring
opt-prettyoption​<bool>
opt-fieldsoption​<list​<string>>
limitoption​<s32>
offsetoption​<string>