I create a new project in REDCap and I need to add a new record and get record about the first name and last name from another project. How can I do it?
Asked
Active
Viewed 835 times
2 Answers
0
This can be accomplished with two calls to the REDCap API.
- Retrieve the data from the source project. Either retrieve the all the rows (for a few columns) and filter , or use the
filter
API argument. - Write the record(s) to the destination project.
There are REDCap API packages in several languages, which abstract away a lot of the cURL details and let you focus on the important aspects of the operations. The REDCap-Tools lists the packages, as well as several tutorials and troubleshooting documents.

wibeasley
- 5,000
- 3
- 34
- 62