I work on REDCap, and I would transfer data from a project to another project:
- in Project 1, I have information in form "inclusion", with a field "code_ind"
- in Project 2, I would like to create a new record each time that a new form "inclusion" has been filled in Project 1
I read that it could be possible with API here:
- I activate API on the left hand side in Project 1,
- I retrieve example of code in API Playground
Now I can retrieve data of "inclusion_copy" fields of all "inclusion" forms from Project 1, for example with R.
My question: how can I use this API system to create new record in Project 2?
Best, Marc
edit: I mixed the terms form and record, I corrected