Wasm Directoryalpha
Record

get-lists-id-members-id-events-params

No description available.

record get-lists-id-members-id-events-params {
  list-id: string,
  subscriber-hash: string,
  count: option​<s32>,
  offset: option​<s32>,
  fields: option​<list​<string>>,
  exclude-fields: option​<list​<string>>,
}

Fields

NameTypeDescription
list-idstring
subscriber-hashstring
countoption​<s32>
offsetoption​<s32>
fieldsoption​<list​<string>>
exclude-fieldsoption​<list​<string>>