Which data from EDC/CDMS can be retrieved (GET) and sent (POST) with the API?
The table below shows an overview of the fields for which data can be sent (POST) and retrieved (GET) with API endpoints. See also the introduction to the API and the API documentation.
Action | Field | Possible? |
---|---|---|
POST (send) data | Encrypted fields | Yes |
Grid fields | No | |
Upload file fields | Yes | |
User missing values | Yes | |
GET (retrieve) data | Encrypted fields | No, values will always be returned as *encrypted* |
Grid fields | Yes, values will be returned as JSON | |
Upload file fields | No, only manual exports | |
User missing values | Yes |
See also: