Method to get a list of members of the list.
https://api.wbsrvc.com/List/Show/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| list_id Required |
ID of the list. Type: integer |
| status Optional |
Filter using the member status. Type: string - possible value 'active', 'unsubscribed', 'deleted', 'inactive_bounced', 'spam' |
| sort_by Optional |
Sort resulting members. Type: string - possible value 'id', 'email' |
| direction Optional |
Direction of the sorting. Type: string - possible value 'asc', 'desc' |
| limit Optional |
Limit the number of resulting members. Type: integer |
| offset Optional |
Offset the beginning of resulting members. Type: integer |
| count Optional |
Return the number of members. Type: string - possible value 'true', 'false' |
| query Optional |
Query to retrieve members from a segment. Type: string |
| client_id Optional |
Client ID of the client in which the list is located. Type: integer |