6.8. Account Transaction details Retrieval
6.8.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/transactions/transaction_rsc264/details6.8.1.2. No specific headers
6.8.1.3. No body data
6.8.2. Response
Status code: 200
6.8.2.1. Headers
X-Request-Id: ac32a656-d7f4-41d2-b818-d342ae91d627
Keep-Alive: timeout=60
Connection: keep-alive6.8.3. Body
{
"details": [
"First detail",
"Second detail"
],
"_links": {
"transactions": {
"href": "/v1/accounts/account_rsc1/transactions"
},
"accounts": {
"href": "/v1/accounts"
}
}
}