Method to get the log items of a relay.
https://api.wbsrvc.com/Relay/GetLogs/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| log_type Required |
Filter using the log type. Type: string - possible value 'sent', 'bounce', 'open', 'clickthru' |
| tracking_id Optional |
ID for tracking purposes. Type: integer |
| start_time Optional |
Filter using a start date. Type: date - yyyy-mm-dd hh:mm:ss |
| end_time Optional |
Filter using a end date. Type: date - yyyy-mm-dd hh:mm:ss |
| 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 relay is located. Type: integer |