v1

latestOpenAPI 3.1.02026-07-24318141.2 MB

Get Reward Table

get/reward-tables/{id}/

Path parameters

idstring required

id of the reward_table

Response

200

idstring
urlstring
namestring
client_idstring

Example response

{
  "id": "359ae1a0-d168-4e40-bd5b-92c13773b50d",
  "url": "http://localhost:8000/api/v1/reward-tables/359ae1a0-d168-4e40-bd5b-92c13773b50d/",
  "name": "New Reward Table",
  "client_id": "FVQI5U57tfCyDV99YjhF3ExdlpiObg5JASvy81Mu",
  "action_choices": [
    {
      "action": "poll-voted",
      "action_display": "Voted on a poll"
    }
  ]
}