Method | URI | Auth | Body | Parameters | Return | Description | |
---|---|---|---|---|---|---|---|
Studies | |||||||
GET | /studies | Researcher | - | PaginatedResults<Study> | All studies (for creating links within any community) | ||
POST | /studies | Researcher | Study | Study | study with id returned | ||
GET | /studies/{id} | Researcher | - | Study | |||
PUT | /studies/{id} | Researcher | Study | Study | |||
DELETE | /studies/{id} | Researcher | - | - | |||
Forms / Dataset Definitions (one per research instrument participants will use in a study) | |||||||
GET | /studies/{id}/forms | Researcher | - | PaginatedResults<Form> | Unlikely to be more than a page of these | ||
POST | /studies/{id}/forms | Researcher | Form | Form | form with id returned | ||
GET | /studies/{id}/forms/{id} | Researcher | - | Form | |||
PUT | /studies/{id}/forms/{id} | Researcher | Form | Form | |||
DELETE | /studies/{id}/forms/{id} | Researcher | - | - |
Researcher - can be pretty much any Synapse user
...