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 w/ edit perms for study | - | PaginatedResults<Form> | Unlikely to be more than a page of these | |
POST | /studies/{id}/forms | Researcher w/ edit perms for study | Form | Form | form with id returned | |
GET | /studies/{id}/forms/{id} | Researcher associated to study | - | Form | ||
PUT | /studies/{id}/forms/{id} | Researcher associated to study | Form | Form | ||
DELETE | /studies/{id}/forms/{id} | Researcher associated to study | - | - |
Researcher - can be pretty much any Synapse user
...