Method to get the log items of a trigger.
Resource URL
https://api.wbsrvc.com/Trigger/GetLinksLog/
Method
POST
Parameters
user_key Required |
User Key of the user who initiates the call. Type: string |
trigger_id Required |
ID of the trigger. Type: integer |
start_date Optional |
Filter using a start date. Type: date – yyyy-mm-dd hh:mm:ss |
end_date 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 trigger is located. Type: integer |