Creating a Survey
A survey is a sequence of questions that collect information from the participants in your study.
Full-Stack Implementations
API Endpoints
To create a new (empty) survey using the API endpoints:
- Refer to
POST /projects/{projectId}/tasks
in Platform API Endpoints in the API reference.
To populate a survey using the API endpoints:
- Refer to
PATCH /projects/{projectId}/tasks/{taskid}
in Platform API Endpoints in the API reference.
Web Portal
We highly recommend you create surveys through the Samsung Health Stack web portal.
To create a survey using the web portal:
- Refer to Creating a Survey in the web portal user guide.