Wasm Directoryalpha
Record

get-paginated-mdrs-params

No description available.

record get-paginated-mdrs-params {
  start-date: string,
  end-date: string,
  id: option​<string>,
  direction: option​<direction>,
  outbound-profile-id: option​<string>,
  cld: option​<string>,
  cli: option​<string>,
  status: option​<message-status>,
  message-type: option​<message-type>,
  country-iso: option​<string>,
  error: option​<string>,
  normalized-carrier: option​<string>,
  tag: option​<string>,
  mcc: option​<string>,
  mnc: option​<string>,
  product: option​<product>,
  page-number: option​<s32>,
  page-size: option​<s32>,
  sort: option​<list​<string>>,
}

Fields

NameTypeDescription
start-datestring
end-datestring
idoption​<string>
directionoption​<direction>
outbound-profile-idoption​<string>
cldoption​<string>
clioption​<string>
statusoption​<message-status>
message-typeoption​<message-type>
country-isooption​<string>
erroroption​<string>
normalized-carrieroption​<string>
tagoption​<string>
mccoption​<string>
mncoption​<string>
productoption​<product>
page-numberoption​<s32>
page-sizeoption​<s32>
sortoption​<list​<string>>