Wasm Directoryalpha
Record

search-tasks-for-workspace-params

No description available.

record search-tasks-for-workspace-params {
  workspace-gid: string,
  opt-pretty: option​<bool>,
  opt-fields: option​<list​<string>>,
  text: option​<string>,
  resource-subtype: option​<search-tasks-for-workspace-resource-subtype-enum>,
  assignee-any: option​<string>,
  assignee-not: option​<string>,
  portfolios-any: option​<string>,
  projects-any: option​<string>,
  projects-not: option​<string>,
  projects-all: option​<string>,
  sections-any: option​<string>,
  sections-not: option​<string>,
  sections-all: option​<string>,
  tags-any: option​<string>,
  tags-not: option​<string>,
  tags-all: option​<string>,
  teams-any: option​<string>,
  followers-not: option​<string>,
  created-by-any: option​<string>,
  created-by-not: option​<string>,
  assigned-by-any: option​<string>,
  assigned-by-not: option​<string>,
  liked-by-not: option​<string>,
  commented-on-by-not: option​<string>,
  due-on-before: option​<string>,
  due-on-after: option​<string>,
  due-on: option​<string>,
  due-at-before: option​<string>,
  due-at-after: option​<string>,
  start-on-before: option​<string>,
  start-on-after: option​<string>,
  start-on: option​<string>,
  created-on-before: option​<string>,
  created-on-after: option​<string>,
  created-on: option​<string>,
  created-at-before: option​<string>,
  created-at-after: option​<string>,
  completed-on-before: option​<string>,
  completed-on-after: option​<string>,
  completed-on: option​<string>,
  completed-at-before: option​<string>,
  completed-at-after: option​<string>,
  modified-on-before: option​<string>,
  modified-on-after: option​<string>,
  modified-on: option​<string>,
  modified-at-before: option​<string>,
  modified-at-after: option​<string>,
  is-blocking: option​<bool>,
  is-blocked: option​<bool>,
  has-attachment: option​<bool>,
  completed: option​<bool>,
  is-subtask: option​<bool>,
  sort-by: option​<search-tasks-for-workspace-sort-by-enum>,
  sort-ascending: option​<bool>,
}

Fields

NameTypeDescription
workspace-gidstring
opt-prettyoption​<bool>
opt-fieldsoption​<list​<string>>
textoption​<string>
resource-subtypeoption​<search-tasks-for-workspace-resource-subtype-enum>
assignee-anyoption​<string>
assignee-notoption​<string>
portfolios-anyoption​<string>
projects-anyoption​<string>
projects-notoption​<string>
projects-alloption​<string>
sections-anyoption​<string>
sections-notoption​<string>
sections-alloption​<string>
tags-anyoption​<string>
tags-notoption​<string>
tags-alloption​<string>
teams-anyoption​<string>
followers-notoption​<string>
created-by-anyoption​<string>
created-by-notoption​<string>
assigned-by-anyoption​<string>
assigned-by-notoption​<string>
liked-by-notoption​<string>
commented-on-by-notoption​<string>
due-on-beforeoption​<string>
due-on-afteroption​<string>
due-onoption​<string>
due-at-beforeoption​<string>
due-at-afteroption​<string>
start-on-beforeoption​<string>
start-on-afteroption​<string>
start-onoption​<string>
created-on-beforeoption​<string>
created-on-afteroption​<string>
created-onoption​<string>
created-at-beforeoption​<string>
created-at-afteroption​<string>
completed-on-beforeoption​<string>
completed-on-afteroption​<string>
completed-onoption​<string>
completed-at-beforeoption​<string>
completed-at-afteroption​<string>
modified-on-beforeoption​<string>
modified-on-afteroption​<string>
modified-onoption​<string>
modified-at-beforeoption​<string>
modified-at-afteroption​<string>
is-blockingoption​<bool>
is-blockedoption​<bool>
has-attachmentoption​<bool>
completedoption​<bool>
is-subtaskoption​<bool>
sort-byoption​<search-tasks-for-workspace-sort-by-enum>
sort-ascendingoption​<bool>