get
https://[[app:Instance URL]]/services/apexrest/FieloPLT/v1/members//transactions
Get details about a specific member's transactions
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Query values
The following table describes the values included in the query parameter request.
| Value | Description | Data type |
|---|---|---|
| name | Auto-assigned name of the redemption transaction. | String |
| FieloPLT__Points__c | Total of points of the transaction. | Integer |
| FieloPLT__Type__c | Type of transaction. | String |
In the example, we used the query parameter fields to retrieve more information, such as the name, the number of points and the type of the transaction. Feel free to add your own parameters and values in the query.
Response definitions
The following table describes each item in the response.
| Response item | Description | Data type |
|---|---|---|
| Name | Auto-assigned name of the redemption transaction. | String |
| FieloPLT__Points__c | Total of points of the transaction. | Integer |
| FieloPLT__Type__c | Type of transaction. | String |
| Id | Unique identifier of the generated object. | String |
