Method to get the log items of the list.
https://api.wbsrvc.com/List/GetLog/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| list_id Required |
ID of the list. Type: integer |
| action Optional |
Filter using the log action. Type: string |
| start_date Optional |
Filter using a end date. Type: date - yyyy-mm-dd hh:mm:ss |
| record_id Required |
Filter using the ID of the member. Type: integer |
| totals Optional |
Return all the log items. Type: string - possible value 'true', 'false' |
| uniques Optional |
Return unique log item per member. Type: string - possible value 'true', 'false' |
| limit Optional |
Limit the number of resulting log items. Type: integer |
| offset Optional |
Offset the beginning of resulting log items. Type: integer |
| count Optional |
Return the number of log items. Type: string - possible value 'true', 'false' |
| client_id Optional |
Client ID of the client in which the list is located. Type: integer |