---
title: "Create a response"
method: POST
path: "/v3/responses"
tags: ["response"]
---

# Create a response

`POST /v3/responses`

## Request body

- CompleteRequestSchema
  - `survey_id` number, required — ID of the survey
  - `contact_id` number — ID of the contact
  - `channel_id` number — ID of the channel
  - `variables` Properties
  - `trigger_workflow` boolean — Should this response trigger workflow
  - `meta_data` MetaData
    - `os` string — OS of the response
    - `browser` string — Browser of response
    - `time_zone` string — Time Zone of response
    - `browser_language` string — Browser Language of the response
    - `date_time` string, date — Date and Time of submission. Should be in the ISO format
    - `tags` string[] — Tags of response
    - `ip` string — Tags of response
    - `device_type` string — Device Type of response
    - `language` string — Language of response
  - `answers` AnswerInput[], required
    - `question_id` number, required — ID of the question
    - `parent_question_id` number — ID of the parent question
    - `answer` string, required — Answer of question
    - `other_txt` string — Other Text Answer
    - `matrix_txt` string[] — Matrix Answer for Text Input
    - `matrix_int` string[] — Matrix Answer for Rating
    - `region_code` string — Region code of Answer
    - `time` string — Time of Answer
    - `time_zone` string — TimeZone of Answer

## Response `200`

Successful

---

[API](https://skmtc.net/surveysparrow/apis/api-documentation.md) · [All operations](https://skmtc.net/surveysparrow/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/surveysparrow/api-documentation/versions/f9da74f558da/schema)
