Returns evaluation data for a specific event

Prev Next
Get
/GetEvaluationResponsesForEvent

The GetEvaluationResponsesForEvent command returns evaluation responses for a specific event.

Security
API Key
Header parameter nameapi_key

All methods require an API key, which must be obtained from Skillable. This key is used by Skillable to validate your account. The key can be passed as an HTTP request header with the header name "api_key".

Query parameters
id
integer (int32) Required

The unique identifier of the event.

Example12345
Responses
200

OK Response.

Example of evaluation responses for an event
{
  "Responses": [
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Multiple Choice, Multiple Answers",
      "Label": "",
      "A1DText": "Answer 2",
      "A1DWeight": 0,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, One Answer Per Row",
      "Label": "",
      "A1DText": "Row 1",
      "A1DWeight": 0,
      "A2DText": "Column 2",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, One Answer Per Row",
      "Label": "",
      "A1DText": "Row 2",
      "A1DWeight": 0,
      "A2DText": "Column 2",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, One Answer Per Row",
      "Label": "",
      "A1DText": "Row 3",
      "A1DWeight": 0,
      "A2DText": "Column 2",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, Multiple Answers Per Row",
      "Label": "",
      "A1DText": "Row 1",
      "A1DWeight": 0,
      "A2DText": "Column 1",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, Multiple Answers Per Row",
      "Label": "",
      "A1DText": "Row 3",
      "A1DWeight": 0,
      "A2DText": "Column 3",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Single Textbox",
      "Label": "",
      "A1DText": null,
      "A1DWeight": null,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": "Just answer 2"
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Multiple Textboxs",
      "Label": "",
      "A1DText": "Textbox 1",
      "A1DWeight": 0,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": "Textboxes 2 and 3 are blank."
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Multiple Textboxs",
      "Label": "",
      "A1DText": "Textbox 2",
      "A1DWeight": 0,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": "This is answer 2"
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Multiple Textboxs",
      "Label": "",
      "A1DText": "Textbox 1",
      "A1DWeight": 0,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": "This is answer 1"
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Single Textbox",
      "Label": "",
      "A1DText": null,
      "A1DWeight": null,
      "A2DText": null,
      "A2DWeight": null,
      "TextAnswer": "I answered 1 and 2"
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, Multiple Answers Per Row",
      "Label": "",
      "A1DText": "Row 3",
      "A1DWeight": 0,
      "A2DText": "Column 3",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "QuestionText": "Matrix, Multiple Answers Per Row",
      "Label": "",
      "A1DText": "Row 3",
      "A1DWeight": 0,
      "A2DText": "Column 1",
      "A2DWeight": 0,
      "TextAnswer": null
    },
    {
      "Number": "Sample0101",
      "Name": "Sample Lab 0101",
      "Tag": null,
      "Start": 1333267200,
      "End": 1333299600,
      "Label": "",
      "QuestionText": "Matrix, Multiple Answers Per Row",
      "A1DText": "Row 2",
      "A1DWeight": 0,
      "A2DText": "Column 3",
      "A2DWeight": 0,
      "TextAnswer": null
    }
  ],
  "Error": null,
  "Status": 1
}
Expand All
object
Responses
Array of object
object
Number
string

The lab number.

Name
string

The lab name.

Tag
string | null

The tag associated with the lab instance.

Start
integer (int64)

The start time of the lab instance (in Unix epoch time).

End
integer (int64)

The end time of the lab instance (in Unix epoch time).

QuestionText
string

The text of the evaluation question.

Label
string | null

The text of the evaluation question.

A1DText
string | null

The text of the 1D answer option.

A1DWeight
integer (int32) | null

The associated weight of the 1D answer option.

A2DText
string | null

The text of the 2D answer option.

A2DWeight
integer (int32) | null

The associated weight of the 2D answer option.

TextAnswer
string | null

The manually entered answer to the evaluation question.

Error
string | null

In the event of an error, this will contain a detailed error message.

Status
integer (int32)

Indicates the status of the API request.
0 = Error
1 = Success