{ "operationId": "GetTransactionCancellations", "method": "GET", "path": "/giftcards/{giftCardId}/transactions/{transactionId}/cancellations", "summary": "VTex List all gift card transactions cancellations", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "oid": "239d35b430fc75379db966c1d3670c6f", "value": 13.4, "date": "2016-04-06T00:00:00" }, { "oid": "49f0bad299687c62334182178bfd75d8", "value": 10.4, "date": "2016-05-06T00:00:00" } ] } ] }