Retrieve survey results by id

Prev Next
Get
/ExportSurveyResponses

Allows you to get a responses from a survey.

Security
API Key
Header parameter nameapi_key
Query parameters
id
integer (int32) Required

The ID of the survey to retrieve

Responses
200

OK Response

Expand All
object
Status
integer (int32)

Indicates the status of the API request.

0 = Success
10 = Error
20 = Not found
30 = Invalid integration key

Example10
Error
string | null

Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10).

Results
Array of object (SurveyResult)

See SurveyResult.

object
CourseId
integer (int32)

The course's unique identifier.

Example98669
ClassId
integer (int32) | null

The class's unique identifier.

Example13324
Class
string

The class's name.

Example1077A Administering Exams 401
ClassStartDate
string

The class's start date.

Example2013-04-22T20:00:00Z
ClassEndDate
string

The class's end date.

Example2013-04-27T06:00:00Z
InstructorName
string

The instructor's name.

ExampleJohn Doe
InstructorEmail
string

The instructor's email.

Examplejohn.doe@test.edu
StudentName
string

The student's name.

ExampleLesley Claypool
StudentEmail
string

The student's email.

Examples.cheese@testemail.com
QuestionsAndResponses
Array of object (QuestionsAndResponse)

A collection of answer and response pairs.

object
Question
string

A survey question.

Exampledid you like the class?
Response
string

A survey resonse.

Exampletrue