How to I find my Question IDs?
The way to get your Question IDs is to query our API for them. Here are the steps...
- Get your API Key
- Use a tool to query our API (one great tool is to use the Postman extension to Chrome)
- Run a query that includes the following parameters
- Your API Key
- The Method "Get_Survey_Questions"
- The ID of the survey you are wanting to query (see related: How do I find my survey ID?)
- This will return an array of all your questions and the ID will be in that array.
Happy surveying!