Get Member Gameplays
GET/client/users/:correlation_id/gameplays
This API is to retrieve all gameplays earned by the member.
Request
Body
This request does not have a body.
Response
An array of objects.
| Attribute | Definition | Format | Note |
|---|---|---|---|
| gameID | Unique identifier of the game. | String | |
| offerCode | Unique identifier for offer. | String | |
| gameplayURL | Game URL | String | |
| gameType | Game type | String | |
| transactionID | Transaction on which user earned gameplay. | String | |
| earnedDate | Date on which user earned gameplay. | String |
Request
Responses
- 200
200 - Get Member Gameplays