List Transactions¶
To list transactions on the system use the following operation
GET https://<server_address>/api/tool/Transaction/
?hierarchy=[hierarchy]
&format=json
&summary=true
The following query parameter illustrates how a second page of 50 transactions in the transaction log is requested.
skip=50
&limit=50
&hierarchy=[hierarchy]
&format=json
&summary=true
&direction=desc
&order_by=submitted_time
For further information on the query parameters refer to API Parameters above.
The synchronous response contains:
- pagination information
- meta data specifying the summary attributes of the transaction log view
- resources containing a list of the transactions in the transaction log