Skip to main content

Get a response

GET 

/v3/responses/:id

Get a response

Request

Path Parameters

    id numberrequired

    Id of response

Query Parameters

    survey_id numberrequired
    preserve_format boolean

Responses

Successful

Schema

    data

    object

    id number

    Id of response

    survey_id number

    Id of Survey

    contact_id number
    completed string

    Status of the submission

    channel_id number

    Id of channel

    language string

    Language of the response

    completed_time date

    Time at which response completed

    answers

    object[]

  • Array [

  • question string
    question_tags string[]

    Question tags

    question_id number
    skipped boolean

    Is the question skipped?

  • ]

  • channel

    object

    name string

    Name of the share

    type string

    Type of channel

    status string

    Status of channel

Loading...