You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the previous arrangements, at this moment the study_id, study name and timestamp are listed for the GET /study endpoint. Additionally, I added the randomization method used because it seems important to me - researchers may not remember it.
We need an endpoint that will return all existing studies within the DB with their IDs and definitions. The goal of this issue is to create
GET /study
that returns a simplified list (IDs, names, codes)GET /study/{study_id}
that will return full information about the studyThe text was updated successfully, but these errors were encountered: