The REDCap API is an interface that allows external applications to connect to REDCap remotely, and is used for programmatically retrieving or modifying data or settings within REDCap, such as performing automated data imports/exports from a specified REDCap project. For details on the capabilities of the REDCap API and how to use it, please see the REDCap API documentation.
API Security: Best Practices
It is important to remember that when making requests to the REDCap API, you should always validate
the REDCap server's SSL certificate to ensure the highest level of security during communication with the API.
For details on what this means and how to do it, see the 'API Security: Best Practices' section in the REDCap API documentation.
Unique event name
|
Event Name
|
Arm
|
---|
enrollment_arm_1
|
Enrollment
|
Drug A
|
dose_1_arm_1
|
Dose 1
|
Drug A
|
visit_1_arm_1
|
Visit 1
|
Drug A
|
dose_2_arm_1
|
Dose 2
|
Drug A
|
visit_2_arm_1
|
Visit 2
|
Drug A
|
dose_3_arm_1
|
Dose 3
|
Drug A
|
visit_3_arm_1
|
Visit 3
|
Drug A
|
final_visit_arm_1
|
Final visit
|
Drug A
|
enrollment_arm_2
|
Enrollment
|
Drug B
|
deadline_to_opt_ou_arm_2
|
Deadline to opt out of study
|
Drug B
|
first_dose_arm_2
|
First dose
|
Drug B
|
first_visit_arm_2
|
First visit
|
Drug B
|
second_dose_arm_2
|
Second dose
|
Drug B
|
second_visit_arm_2
|
Second visit
|
Drug B
|
final_visit_arm_2
|
Final visit
|
Drug B
|
deadline_to_return_arm_2
|
Deadline to return feedback
|
Drug B
|
REDCap 12.2.0 - © 2025 Vanderbilt University |