The following is a production API call example.
curl -X POST https://care360-next.uc.r.appspot.com/api/v1/customer-dynamic-case-form -H "Content-Type:application/json" -d '{ "key": "<redacted - obtain from CareValidate>", "caseId" : "<redacted - obtain from other API calls>", "formTitle": "GLP Follow-Up Form Or Other Name", "formDescription": "Some form description", "questions": [ {"question": "How much do you weigh?", "answer": "180 lbs", "phi": true, "type": "TEXT"}, {"question": "Do you have any of the following symptoms?", "type": "MULTISELECT", "answer": ["High Blood Pressure (Hypertension)", "Pre-diabetes"], "options": ["High Cholesterol or Triglycerides / Dyslipidemia", "Non-Alcoholic Fatty Liver Disease", "High Blood Pressure (Hypertension)", "Pre-diabetes / Type 2 Diabetes / Hbac1 above 5.7", "PCOS", "Metabolic Syndrome", "Cardiovascular Disease", "Osteoarthritis", "Obstructive Sleep Apnea", "None of the above"]} ] }'
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article