Optimizer::findAllEvents Method

Retrieve all automation event log entries.

NameTypeDescription
NetworkId UrlNetwork ID
NetworkToken StringNetwork token
Target StringThis calls action target
Method StringThis calls action method
sortSortSort by fields and direction 'desc' or 'asc'Show Sortable Fields
limitIntegerLimit the number of items returned per page. Defaults to returning all found.
pageIntegerPage by the limit of items returned. Defaults to page 1.
event_datetime_utc_fromDatetimeOptional start datetime to return logs on or after, in UTC (YYYY-MM-DD HH:MM:SS). Example: 1995-05-23 16:55:31
event_datetime_utc_toDatetimeOptional end datetime to return logs on or before, in UTC (YYYY-MM-DD HH:MM:SS). Example: 1995-05-23 16:55:31
account_manager_idIntegerOptional affiliate account manager ID to filter on. Must be a valid employee ID.

GET Response Notes

Returns an array of OptimizerEventLog objects

API Call Builder

Javascript is required to use the API Call Builder.
Have a Question? Please contact [email protected] for technical support.