get specific entry
GET /api/rest/customer/v1/transactions/:id
Request
Headers
Route
GET /api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "2fd97feb-34d5-47d0-9ea7-103f2a7ec658",
"type": "transactions",
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658"
},
"attributes": {
"description": null,
"amount": "93.89",
"created-at": "2025-03-01T18:07:28.944Z"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658/relationships/account",
"related": "http://example.org/api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658/account"
}
},
"service": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658/relationships/service",
"related": "http://example.org/api/rest/customer/v1/transactions/2fd97feb-34d5-47d0-9ea7-103f2a7ec658/service"
}
}
}
}
}