v1

latestOpenAPI 3.0.0Open Government Licence v3.02026-07-23625.5 KB
Transactions

Get a transaction

Get the transaction with the ID provided.

get/transaction

Query parameters

transactionIdstring required

The ID of the transaction to get

Response

Get transaction successful

messagestring

message about the request result

errorboolean

indicates if the request was successful

Example response

{
  "message": "New transaction created.",
  "transaction": {
    "startDate": "2018-10-19T13:08:03.238+0100"
  }
}