Get the info of a reward.
GET /api/v1/reward/3ad449b9-ee9f-4558-a547-e85943d99e8f HTTP/1.1
Accept: application/json
----------------------------------------
HTTP/1.1 200 OK
Content-Type: application/json
ETag: ...
{
"id": "3ad449b9-ee9f-4558-a547-e85943d99e8f",
"name": "Test 01 Reward A",
"description": "Get this by achieving Test 01",
"kind": "emblem",
"data": {
"image": "protected/us-west-2:5f40aa7b-817d-4a9d-a92f-5cbfad3e6dc2/ec9fbd31-d78a-44ac-8566-3500cd1953bc.jpg",
"color": "#00ff00"
},
"achievementKey": "test-01"
}Authentication is not required for this method.
| Name | Description | Value |
|---|---|---|
| rewardId | the ID of the reward, as a GUID with dashes | string |
NONE
NONE
Successful responses are code 200 with data in the response body. Error responses are standard.
| Name | Description | Value |
|---|---|---|
| id | the ID of the reward, as a GUID with dashes | string |
| name | the name of the reward | string |
| description | the description of the reward | string |
| kind | a type discriminator for this reward | string |
| data | type-specific data for this reward | object |
| achievementKey | the key of the achievement with which this reward is associated | string |