Wasm Directoryalpha
Record

get-screens-params

No description available.

record get-screens-params {
  start-at: option​<s64>,
  max-results: option​<s32>,
  id: option​<list​<s64>>,
  query-string: option​<string>,
  scope: option​<list​<get-screens-scope-item-enum>>,
  order-by: option​<get-screens-order-by-enum>,
}

Fields

NameTypeDescription
start-atoption​<s64>
max-resultsoption​<s32>
idoption​<list​<s64>>
query-stringoption​<string>
scopeoption​<list​<get-screens-scope-item-enum>>
order-byoption​<get-screens-order-by-enum>