cURL
curl --request GET \ --url https://api.rallyuxr.com/api/public/v1/incentives/custom \ --header 'Authorization: Bearer <token>'
{ "results": [ { "customIncentiveId": "<string>", "name": "<string>", "description": "<string>", "type": "STRING" } ], "total": 123, "pageInfo": { "hasNextPage": true, "hasPreviousPage": true, "startCursor": "<string>", "endCursor": "<string>" } }
Gets all custom incentives in your workspace
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The cursor to start from
The number of items to return
x <= 100
10
Custom incentive search response
Show child attributes
The id of the custom incentive
The name of the custom incentive
The description of the custom incentive
The type of the custom incentive
STRING
NUMBER
MONETARY
SINGLE_SELECT
The total number of items in your workspaces based on your search parameters
Information about the current page
Whether there are additional pages of results
Whether there is a prior page of results
The start of the current page of results
The end of the current page of results. Use to fetch the next page