Changes
Page history
Update Rest endpoint to ingest questionnaires
authored
May 05, 2021
by
Klas, Claus-Peter
Show whitespace changes
Inline
Side-by-side
Rest-endpoint-to-ingest-questionnaires.md
View page @
56c6a939
...
...
@@ -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()
*
....