Last updated: 08/28/2020
This external module for REDCap enables LEAP to query and retrieve data from REDCap databases.
With the help of administrative access to your REDCap instance, do the following:
- Clone or download this repository: LEAP-REDCap-External-Module
- Create a new folder
leap_connector_v0
in REDCap'smodules
folder - Move all the files to this new folder
- In REDCap, go to the External Modules section of your system wide control panel
- Enable the LEAP Connector module
- LEAP's module requires access to all projects. Open LEAPConnector's Config and give it the permission.
- In LEAP Connector's configuration, click on Generate button
- You can now visit the LEAP External Module page (under External Modules in the Control Center sidebar) to access your auth key:
You can connect to REDCap by adding the following to your Site Algo configuration:
"redcap_url": "<REDCap URL>/api",
"redcap_auth": "<AUTH TOKEN>",
"redcap_pid": <Project ID of REDCap>,
"csv_true": "0",