Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 5.42 KB

File metadata and controls

18 lines (15 loc) · 5.42 KB

SubscribersControllerSearchSubscribersRequest

Fields

Field Type Required Description Example
After string Cursor for pagination indicating the starting point after which to fetch results.
Before string Cursor for pagination indicating the ending point before which to fetch results.
Limit double Limit the number of items to return 10
OrderDirection QueryParamOrderDirection Direction of sorting
OrderBy string Field to order by
IncludeCursor bool Include cursor item in response
Email string Email address of the subscriber to filter results.
Name string Name of the subscriber to filter results.
Phone string Phone number of the subscriber to filter results.
SubscriberId string Unique identifier of the subscriber to filter results.
IdempotencyKey string A header for idempotency purposes