Record
get-lists-id-members-id-notes-params
No description available.
record get-lists-id-members-id-notes-params {
list-id: string,
subscriber-hash: string,
sort-field: option<get-lists-id-members-id-notes-sort-field-enum>,
sort-dir: option<get-lists-sort-dir-enum>,
fields: option<list<string>>,
exclude-fields: option<list<string>>,
count: option<s32>,
offset: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| list-id | string | |
| subscriber-hash | string | |
| sort-field | option<get-lists-id-members-id-notes-sort-field-enum> | |
| sort-dir | option<get-lists-sort-dir-enum> | |
| fields | option<list<string>> | |
| exclude-fields | option<list<string>> | |
| count | option<s32> | |
| offset | option<s32> |