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 7 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 perms for study- PaginatedResults<Form>Unlikely to be more than a page of these
POST/studies/{id}/formsResearcher w/ edit perms for studyForm Formform with id returned
GET/studies/{id}/forms/{id}Researcher w/ edit perms for study- Form 
PUT/studies/{id}/forms/{id}Researcher w/ edit perms for studyForm Form 
DELETE/studies/{id}/forms/{id}Researcher w/ edit perms for study- - 

Researcher - can be pretty much any Synapse user

 

GET /studies/{id}/form get all dataset definitions for study {id}
POST /studies/{id}/form create a new dataset definition
GET /studies/{id}/form/{id} get dataset definition
PUT /studies/{id}/form/{id} update dataset definition
DELETE /studies/{id}/form/{id} delete this dataset definition

  • No labels