get
https://[[app:Instance URL]]/services/apexrest/FieloPLT/v1/members//redemptionitems/
A redemption item represents each part of the redemption order. This endpoint allows you to obtain details about a specific redeemed item by using it's voucher ID.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
In the example, we used the query parameter fields to retrieve more information, such as the name and the unique code of the redemption item, which is used as the voucher.
Check here some other query parameters that you can use to filter the response.
Response definitions
The following table describes each item in the response.
| Response item | Description | Data type |
|---|---|---|
| FieloPLT__UniqueCode__c | Voucher of the redeemed item. | String |
| Name | Auto-assigned name of the redemption redemption. | String |
| Id | Unique identifier of the retrieved object. | String |
