get
https://[[app:Instance URL]]/services/apexrest/FieloPLT/v1/members//redemptions
This method allows you to obtain information about all redemptions connected to a particular member.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Response definitions
The following table describes each item in the response.
| Response item | Description | Data type |
|---|---|---|
| type | API name of the retrieved object. | String |
| url | Path to the retrieved object. | String |
| Id | Unique identifier of the retrieved object. | String |
| Name | Auto-assigned name of the redemption transaction. | String |
Like in previous Endpoints, you can query the response to refine the data brought by the API. Here are some available query parameters you can use:
| Response item | Description | Data type |
|---|---|---|
| fields | A comma-separated list of fields (API name) to return new fieldsets in the response. | String |
| limit | The number of records to return. | Integer |
| offset | The number of records from a collection to skip. | Integer |
| orderby | Records returned in an ascending or descending order. | String |
| fromdate | Records as of the creation date (MM/DD/YYYY). | String |
| todate | Records up to the creation date (MM/DD/YYYY). | String |
