Update Rest endpoint to ingest questionnaires authored by Klas, Claus-Peter's avatar Klas, Claus-Peter
......@@ -5,3 +5,13 @@ The main idea is to create a set of rest endpoints so that someone can programat
- an answer
- ...
to fill a questionnaire correctly by calling the rest enpoints.
# necessary methods
* addStudy()
* addInstrumentToStudy(studyId, instrumentId)
* addQuestionToInstrument()
* addAnswer()
* addCode()
* addItem()
* ....