---
title: "/surveyQuestions"
method: POST
path: "/surveyQuestions"
---

# /surveyQuestions

`POST /surveyQuestions`

Use this endpoint to create a new Survey Question in the current context

## Request body

- object
  - `type` string, required
  - `cycle` string, required — A year in the format `YYYY`
  - `name` string, required
  - `nameOtherLanguage` string, required
  - `mediumName` string, required
  - `mediumNameOtherLanguage` string, required
  - `shortName` string, required
  - `shortNameOtherLanguage` string, required
  - `scriptQuestion` string, required
  - `scriptQuestionOtherLanguage` string, required
  - `status` string, required — One of `Active` (default), `Archived`, and `Inactive`.
  - `scope` string — Either 'Public' or 'Private'. Only applicable if Private Survey Questions are enabled
  - `responses` object[], required
    - `surveyResponseId` string
    - `name` string
    - `nameOtherLanguage` string
    - `mediumName` string
    - `mediumNameOtherLanguage` string
    - `shortName` string
    - `shortNameOtherLanguage` string

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/ngpvan/apis/van-crm.md) · [All operations](https://skmtc.net/ngpvan/apis/van-crm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ngpvan/van-crm/versions/f9adfdbb3c56/schema)
