get
https://[[app:Instance URL]]/services/apexrest/FieloPLT/v1/members/
Users should be able to have access to their own information, like their member’s Email and their points. Use the following endpoint to fetch information about a specific member.
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 |
|---|---|---|
| FieloPLT__Email__c | Used to retrieve the Email of the logged in member. | String |
| FieloPLT__Points__c | Used to retrieve the amount of points of the logged in member. | String |
Allows you to obtain information about any type of Member, such as Individual, Contributor or Organization Member.
Response definitions
The following table describes each item in the response.
| Response item | Description | Data type |
|---|---|---|
| FieloPLT__Email__c | The Email of the requested member. | String |
| FieloPLT__Points__c | The amount of points of the logged in member has. | String |
| Id | Unique identifier of the retrieved object. | String |
| FieloPLT__Status__c | Display the status of the member in the program. | String |
