Back to Transaction Service

Method Details for GetTransactions.

Gets a list of transaction logs filtered on system name and date span

Parameters

  • systemName String Name of the external system (string)
  • from DateTime (yyyy-MM-dd) Start date to filter logs by (DateTime)
  • to DateTime (yyyy-MM-dd) End date to filter logs by (DateTime)
  • maxResults Integer Maximum number of results (int)
  • token SecurityToken Security token associated with the request (SecurityToken)

Returns

A list of transaction log objects