v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get 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

idstring
actionstring
action_displaystring
reward_item_amountinteger

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
  }
]