Reviews > Survey Questions > surveyQuestions
Commerce APIReviewsSurvey QuestionssurveyQuestions
surveyQuestions
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

Arguments

ids: [String!]

List of survey question ids. See also: Unique Identifiers

Example: ["sq_EQzGqWoY"]


loose: Boolean

When asking for multiple items, allow returning less than was asked (in case some are missing)


shop_id: String!

Unique shop identifier. See also: Unique Identifiers

Example: "sh_EQzGqWoY"


Result

[SurveyQuestion!]

Preview (typescript)

Loading module