Wasm Directoryalpha
Record

get-templates-params

No description available.

record get-templates-params {
  fields: option​<list​<string>>,
  exclude-fields: option​<list​<string>>,
  count: option​<s32>,
  offset: option​<s32>,
  created-by: option​<string>,
  since-date-created: option​<string>,
  before-date-created: option​<string>,
  type-op: option​<string>,
  category: option​<string>,
  folder-id: option​<string>,
  sort-field: option​<get-templates-sort-field-enum>,
  content-type: option​<get-templates-content-type-enum>,
  sort-dir: option​<get-templates-sort-dir-enum>,
}

Fields

NameTypeDescription
fieldsoption​<list​<string>>
exclude-fieldsoption​<list​<string>>
countoption​<s32>
offsetoption​<s32>
created-byoption​<string>
since-date-createdoption​<string>
before-date-createdoption​<string>
type-opoption​<string>
categoryoption​<string>
folder-idoption​<string>
sort-fieldoption​<get-templates-sort-field-enum>
content-typeoption​<get-templates-content-type-enum>
sort-diroption​<get-templates-sort-dir-enum>