Here are some common scenarios.
-
Use a survey name to get a dataset
Use the survey name in the application to get a dataset for a survey. -
View the string value for an answer ID
Use the/recordsendpoint to get an answer ID. To see the value, cross reference the answer ID with theextraDatafield in the question concept. -
Filter records by concept
Theidfield in theconceptendpoint and thecolumnIdin therecordsendpoint share the same value. Depending on the question type, a concept can have more than onecolumnIdin the record. For example, a grid question has acolumnIdfor the question, and each row in the grid. Use this page to help you identify which conceptidto use when filtering the records on thecolumnId. -
Get a respondent variable
Cross reference the column ID in the dataset concepts with the concept ID in the dataset records to find the member ID, the date the member started a survey, and the date the member completed the survey.
Parent topic: Datasets