Accounting transactions service

Retrieves accounting transactions

Get accounting transactions

Retrieves accounting transactions.

Access to this method is authorized by the Retreive accounting transactions operation.

These accounting transactions are first imported into the IPS database by defining a scheduled Accounting transaction import interface. For more information, see the IPS Import/Export Administrator Guide.

Listed below is a REST example for retrieving accounting transactions.

Securityips_token
Request
query Parameters
from
required
string <date-time>

From date in format yyyyMMddHHmmssfff

to
string <date-time>

To date in format yyyyMMddHHmmssfff

mailclass
string

One or more mail classes separated by |

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Internal Server Error

get/AccTransactionsService.svc/rest/transactions
Response samples
application/json
{
  • "Results": [
    ]
}