Questionnaire Responses
Syncs Questionnaire Responses from Server to Device
get/questionnaire_responses/sync
Query parameters
process_tokenstring byte
Token containing all the information needed to process batch requests from the user
limitinteger
Number of record to retrieve (a.k.a batch-size)
Headers
{"stackTrail":"paths:/questionnaire_responses/sync:get:parameters:0:schema","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/questionnaire_responses/sync:get:parameters:1:schema","oasType":"schema","type":"unknown"}
Response
questionnaire responses synced to user device
Example response
{
"questionnaire_responses": [
{
"content": {
"month_date": "2023-08-01",
"submitted": true,
"monthly_screening_report.diagnosed_cases_on_follow_up_htn.male": 180
}
}
]
}