Castor EDC
This document provides the specifications of the source-castor-edc
, describing the currently available
API endpoints and methods.
Documentation: https://uk.castoredc.com/api#/
Authentication
Visit https://YOUR_REGION.castoredc.com/account/settings
for getting your client id and secret
Configuration
Input | Type | Description | Default Value |
---|---|---|---|
url_region | string | URL Region. The url region given at time of registration | uk |
client_id | string | Client ID. Visit https://YOUR_REGION.castoredc.com/account/settings | |
client_secret | string | Client secret. Visit https://YOUR_REGION.castoredc.com/account/settings | |
start_date | string | Start date. |
Streams
Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
---|---|---|---|---|
user | id | No pagination | ✅ | ✅ |
study | crf_id | DefaultPaginator |