GET:survey_questions.json
GET:survey_questions.json
Description
Get all or specific survey questions.
This is a typical bulk get endpoint.
Permission bit: "survey_questions.read"
Topic: Survey Questions
Query Parameters
ids: Comma-separated array of String, required
List of survey question ids. See also: Unique Identifiers
Example: ?ids=sq_EQzGqWoY,sq_EQzGqWoY
When asking for multiple items, allow returning less than was asked (in case some are missing)
Example: ?loose=true
Unique shop identifier. See also: Unique Identifiers
Example: ?shop_id=sh_EQzGqWoY
Response Body
Array of SurveyQuestion
Response Body Type
Loading module