get https://surveys-api.zencity.io/api/v2/grouped_questions/?question_type=open_ended
Description
This endpoint returns information for all questions in your survey.
In Zencity surveys, each question has two types of IDs: "id" and "generic_question" id. The endpoint will return both types of id's for each question in your survey. You will need the ids for the following requests: "Get Topics" and "Get Topics Count" in order to access data for specific questions.
The start_date and end_data params are required in order to pull data about questions within a specific cycle. These dates need to align with the cycle dates that are retrieved through the Get Cycles endpoint. The survey_group param should be retrieved through the Get Survey Groups endpoint.