Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

MethodURIAuthBodyParametersReturnDescription
Studies
GET/studiesAdmin- PaginatedResults<Study>All studies (for creating links within any community)
POST/studiesAdminStudy Studystudy with id returned
GET/studies/{id}Admin- Study 
PUT/studies/{id}AdminStudy Study 
DELETE/studies/{id}Admin- - 
Forms / Dataset Definitions (one per research instrument participants will use in a study)
GET/studies/{id}/formsResearcher w/ edit permission- PaginatedResults<Form>Unlikely to be more than a page of these
POST/studies/{id}/formsResearcher w/ edit permissionForm Formform with id returned
GET/studies/{id}/forms/{id}Researcher w/ edit permission- Form 
PUT/studies/{id}/forms/{id}Researcher w/ edit permissionForm Form 
DELETE/studies/{id}/forms/{id}Researcher w/ edit permission- - 
Consents (a special kind of form/dataset definition, one per study, stored encrypted)
GET/studies/{id}/consentResearcher w/ edit permission    
PUT/studies/{id}/consentResearcher w/ edit permission   create or update consent
DELETE/studies/{id}/consentResearcher w/ edit permission    

Researcher - can be pretty much any Synapse user

 

GET /studies/{id}/consent get consent form
PUT /studies/{id}/consent create/update consent form
DELETE /studies/{id}/consent delete consent form

  • No labels