Get paginated list of incentives
Gets all incentives in your workspace
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Search parameters to get incentives within your workspace
The ID of the study
Filter option to search for people
Pagination arguments. Use startCursor from the result of the endCursor of the response to get the next page. Pagination in reverse is not currently supported
The cursor to start from
The number of items to return
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Search parameters to get incentives within your workspace
The ID of the study
Filter option to search for people
A custom property filter
BOOLEAN
CUSTOM_PROPERTY
EQUAL
, NOT_EQUAL
DATETIME
PERSON
IMPORT_DATE
, LAST_CONTACT_DATE
, LAST_INTERVIEW_DATE
, LAST_UNMOD_TEST_DATE
, LAST_SURVEY_DATE
, CONTACT_STATUS_UPDATE_DATE
, LAST_CHANGED_AT
IS
, IS_NOT
, IS_BEFORE
, IS_AFTER
, IS_ON_OR_BEFORE
, IS_ON_OR_AFTER
, IS_WITHIN
, IS_EMPTY
, IS_NOT_EMPTY
TODAY
, TOMORROW
, YESTERDAY
, ONE_WEEK_AGO
, ONE_WEEK_FROM_NOW
, ONE_MONTH_AGO
, ONE_MONTH_FROM_NOW
, ONE_YEAR_AGO
, ONE_YEAR_FROM_NOW
, NUMBER_OF_DAYS_AGO
, NUMBER_OF_DAYS_FROM_NOW
, EXACT_DATE
DATETIME
INCENTIVE
SENT_AT
IS
, IS_NOT
, IS_BEFORE
, IS_AFTER
, IS_ON_OR_BEFORE
, IS_ON_OR_AFTER
, IS_WITHIN
, IS_EMPTY
, IS_NOT_EMPTY
TODAY
, TOMORROW
, YESTERDAY
, ONE_WEEK_AGO
, ONE_WEEK_FROM_NOW
, ONE_MONTH_AGO
, ONE_MONTH_FROM_NOW
, ONE_YEAR_AGO
, ONE_YEAR_FROM_NOW
, NUMBER_OF_DAYS_AGO
, NUMBER_OF_DAYS_FROM_NOW
, EXACT_DATE
DATETIME
PARTICIPANT
INTERVIEW_START_TIME
, INTERVIEW_START_DATE
, SCREENER_SENT_AT
, SCREENER_SUBMITTED_AT
IS
, IS_NOT
, IS_BEFORE
, IS_AFTER
, IS_ON_OR_BEFORE
, IS_ON_OR_AFTER
, IS_WITHIN
, IS_EMPTY
, IS_NOT_EMPTY
TODAY
, TOMORROW
, YESTERDAY
, ONE_WEEK_AGO
, ONE_WEEK_FROM_NOW
, ONE_MONTH_AGO
, ONE_MONTH_FROM_NOW
, ONE_YEAR_AGO
, ONE_YEAR_FROM_NOW
, NUMBER_OF_DAYS_AGO
, NUMBER_OF_DAYS_FROM_NOW
, EXACT_DATE
AND
, OR
Response
The ID of the incentive
The type of the incentive
MONEY_OR_GIFT_CARD
, CUSTOM
, RECRUITMENT_FEE
, RESPONDENT_MONEY
The value of the incentive in cents
x > 0
When the incentive was sent
The email of the recipient. Masked if the api key doesn't have permissions
The ID of the person
The ID of the participant
The ID of the study
The payment status of the incentive
ERROR
, PENDING
, SENT
, UNCLAIMED
, CLAIMED
, CANCELED
The ID of the budget
The ID of the custom incentive
The value of the custom incentive
The total number of items in your workspaces based on your search parameters
x > 0
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