Get the results for a specific survey

Url Parameters

{survey_id}

The ID of the survey whoose results are to be loaded

GET Parameters

Parameter Description  

limit (numeric)

The number of records to return (maximum 250)
Default: 15

offset (numeric)

The number of records to 'offset' the results by

(for pagination)

mode (string)

The way in which the results are returned
Default: literal

literal = questions and answers are literal strings
relational = questions and answers are in the relational IDs of the question/options
minimal = just the entry list, and not the answers are returned

start_date (UTC date-time)

A start date filter
Default: First day of this month

e.g. 1969-12-31T16:00:00Z

end_date (UTC date-time)

An end date filter
Default: Current Time

e.g. 1969-12-31T16:00:00Z
* denotes a required field

 

Back to Top