cm_get_client_suppression_list
Retrieve a paged list of suppressed email addresses for a client's account, with options to sort and specify page size.
Instructions
Get the client's suppression list (paged).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to fetch (1-based). | |
| clientId | Yes | Client ID (a hex string identifying the client). | |
| pagesize | No | Number of records per page (default 1000, max 1000). | |
| orderfield | No | Field to order results by (e.g. 'email', 'name', 'date'). | |
| orderdirection | No | Order direction: 'asc' or 'desc'. |