v1
latestOpenAPI 3.1.02026-07-24318141.2 MBGet Reward Table Entry
get/reward-tables/{id}entries/{entry_id}/
Path parameters
idstring required
id of the reward_table
entry_idstring required
id of the reward table entry
Response
200
Example response
[
{
"id": "1c479684-25fe-4286-b00e-079b10a01447",
"reward_item": {
"id": "194d4d03-b7c0-4b72-bf7f-1974c92a4709",
"url": "http://localhost:8000/api/v1/reward-items/194d4d03-b7c0-4b72-bf7f-1974c92a4709/",
"client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
"name": "Test Points"
},
"action": "quiz-correct",
"action_display": "Answered a quiz correctly",
"reward_item_amount": 5
}
]