{ "operationId": "GetGiftCardTransactions", "method": "GET", "path": "/giftcards/{giftCardId}/transactions", "summary": "VTex List all gift card transactions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": [ { "id": "268", "_self": { "href": "cards/890/transactions/268" } }, { "id": "269", "_self": { "href": "cards/890/transactions/269" } }, { "id": "270", "_self": { "href": "cards/890/transactions/270" } } ] } ] }