all logs for trigger

GET {{baseUrl}}/api/v1/triggers/:trigger_id/logs?perPage=2&page=1

Request Params

KeyDatatypeRequiredDescription
perPagenumber
pagenumber

RESPONSES

status: OK

{"message":"Запрос выполнен успешно","total":3,"last_page":2,"per_page":"2","data":[{"trigger_activation_id":3,"trigger_id":1,"activation_date":"2021-06-10T10:51:10.000Z","clients":["101"],"error_stage":null,"error_field_id":null,"error_filter_index":null},{"trigger_activation_id":2,"trigger_id":1,"activation_date":"2021-06-10T10:09:54.000Z","clients":["101"],"error_stage":null,"error_field_id":null,"error_filter_index":null}]}