get specific entry
GET /api/rest/customer/v1/transactions/:id
Request
Headers
Route
GET /api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed
Response
Headers
Status
200 OK
Body
{
"data": {
"id": "c0c06117-0b38-4aea-b6e8-b1f98fc74eed",
"type": "transactions",
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed"
},
"attributes": {
"description": null,
"amount": "98.51",
"created-at": "2024-07-17T17:02:09.011Z"
},
"relationships": {
"account": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed/relationships/account",
"related": "http://example.org/api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed/account"
}
},
"service": {
"links": {
"self": "http://example.org/api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed/relationships/service",
"related": "http://example.org/api/rest/customer/v1/transactions/c0c06117-0b38-4aea-b6e8-b1f98fc74eed/service"
}
}
}
}
}