API reference · Financial
GET/api/v1/financial/transactions/{id}

Get financial transaction by id

Loads one financial transaction by id.

RBAC · financial

Path parameters

idstring <uuid>Required
Path UUID parameter resolved by ApiBaseController.extractIdFromPath().

Response body

Success response 200 · schema FinancialInvoiceApiSuccess

dataanyOfRequired
anyOf (option 1)object
anyOf (option 2)array of object
itemsobject
metaobject

Response codes

200
Transaction returned.
400
Invalid transaction id format.
401
API key missing/invalid.
403
financial:read permission denied.
404
Transaction not found.
500
Unexpected transaction retrieval failure.