get https://{accountName}.{environment}.com.br/api/giftcards//transactions
Returns all transaction of a giftcard.
Response body has the following properties:
Response body example:
[
{
"id": "6",
"cardId": "b476900cde63460f8e2ebc0965527310",
"provider": "",
"_self": {
"href": "accountname/giftcards/6/transactions/b476900cde63460f8e2ebc0965527310"
}
}
]
Name | Type | Mandatory | Description |
---|---|---|---|
id |
string | Yes | Transaction Id |
cardId |
string | Yes | Gift card id |
provider |
string | Yes | |
_self |
object | Yes | |
↳ href |
string | Yes | Resource Url |