Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
1 <= x <= 100
Which page of results to return. The lowest value is 1
.
1 <= x <= 100
A unique reward assignment ID. Use this parameter to get the reward details in the context of an assignment ID.
"rewa_m9hEAu10KsPcLhGXiHG85aY0"
Response
Returns a dictionary of reward objects.
Response body schema for GET v1/rewards
.
The type of the object represented by JSON.
Identifies the name of the attribute that contains the array of transaction objects.
A dictionary that contains an array of rewards. Each entry in the array is a separate transaction object.
Returns how many rewards in the project meet the limits defined by the query parameter definitions.
20