Skip to main content
POST
/
studies
/
{studyId}
/
consent-submissions
/
export
Export consent submissions for a study
curl --request POST \
  --url https://api.rallyuxr.com/api/public/v1/studies/{studyId}/consent-submissions/export \
  --header 'Authorization: Bearer <token>'
{
  "exportId": "<string>",
  "status": "NOT_STARTED",
  "createdAt": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

studyId
string
required

The study ID

Response

Export job created successfully

exportId
string
required

The export ID to use for checking status

status
enum<string>
required

The current status of the export

Available options:
NOT_STARTED,
EXPORTING,
COMPLETED,
ERROR
createdAt
string
required

When the export was created