Wasm Directoryalpha
Record

list-call-events-params

No description available.

record list-call-events-params {
  filter-call-leg-id: option​<string>,
  filter-call-session-id: option​<string>,
  filter-status: option​<list-call-events-filter-status-enum>,
  filter-type: option​<list-call-events-filter-type-enum>,
  filter-event-timestamp-gt: option​<string>,
  filter-event-timestamp-gte: option​<string>,
  filter-event-timestamp-lt: option​<string>,
  filter-event-timestamp-lte: option​<string>,
  filter-event-timestamp-eq: option​<string>,
  page-number: option​<s32>,
  page-size: option​<s32>,
}

Fields

NameTypeDescription
filter-call-leg-idoption​<string>
filter-call-session-idoption​<string>
filter-statusoption​<list-call-events-filter-status-enum>
filter-typeoption​<list-call-events-filter-type-enum>
filter-event-timestamp-gtoption​<string>
filter-event-timestamp-gteoption​<string>
filter-event-timestamp-ltoption​<string>
filter-event-timestamp-lteoption​<string>
filter-event-timestamp-eqoption​<string>
page-numberoption​<s32>
page-sizeoption​<s32>