Search submissions for a signup form
Forms
Search submissions for a signup form
Search submissions for a specific signup form. Returns submission data including person ID, approval status, and submission date.
POST
Search submissions for a signup form
Documentation Index
Fetch the complete documentation index at: https://docs.rallyuxr.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the signup form
Body
application/json
Filter options to search signup form submissions. Supports person, incentive, and participant property filters.
Study ID for participant property filters (required when filtering by participant).
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
Example:
{ "size": 10 }