Download demographic data for a single submission
### Overview
Retrieves demographic data for a specific submission, reflecting a snapshot of the participant's demographics at the time of submission completion.
### Data Source
- Demographic data is retrieved from archives and is not generated on-the-fly
- If no archived demographic data exists for the submission, a 404 response will be returned
### Data Format
- The demographic dataset is dynamic and evolves as questions are added or removed
- For questions that weren't answered by the participant, the value will be `DATA_EXPIRED`
- Fields may include standard demographic information such as age range, gender, education level, etc.
This feature is only available to specific workspaces.
Authentication
AuthorizationToken
Header authentication of the form Token <token>
Path parameters
id
The submission id
Response
Demographic data for the submission
submission_id
The ID of the submission
participant_id
The ID of the participant who made the submission
custom_study_tncs_accepted_at
When custom study terms and conditions were accepted, if not accepted this will be Not Applicable
started_at
When the submission was started (UTC, ISO 8601 format)
completed_at
When the submission was completed (UTC, ISO 8601 format)
archived_at
When the demographic data was archived (UTC, ISO 8601 format)
time_taken
Time taken to complete the submission in seconds
completion_code
The completion code entered by the participant
total_approvals
Total number of approved submissions by this participant
demographics
Demographic data that was archived when the submission was completed