---
title: "Returns evaluation data for a specific evaluation"
slug: "returns-evaluation-data-for-a-specific-evaluation-1"
updated: 2025-08-07T14:39:28Z
published: 2025-08-07T14:41:42Z
canonical: "docs.skillable.com/returns-evaluation-data-for-a-specific-evaluation-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.skillable.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Returns evaluation data for a specific evaluation

Get/GetEvaluationResponses

The **GetEvaluationResponses** command returns evaluation responses.

SecurityAPI Key: api_keyHeader 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 parametersidinteger (int32) Required

The unique identifier of the evaluation.

Example12345
takenAfterinteger (int64) 

The date/time (in Unix epoch time) that the evaluation response is after.

Example1598292299
takenBeforeinteger (int64) 

The date/time (in Unix epoch time) that the evaluation response is after.

Example1598465099
classIdinteger (int32) 

The unique identifier of the class the evaluation was taken in.

Example1223334444
eventIdinteger (int32) 

The unique identifier of the event the evaluation was taken in.

Example24

Responses200

OK Response.

<select class='api-response-data' aria-label='Media type'><option value='04686fa0-a6c7-436e-b2cb-103e758fba0b'>application/json</option>
</select><select class='select-example' aria-label='Media type'><option value='d6748b7e-cb2f-4514-bc0c-9add2452e5ec'>Example of a response for an evaluation</option>
</select>Example of a response for an evaluation

```json
{
  "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 Allobject  Responses Array of object   object  Numberstring    

The lab number.

Namestring    

The lab name.

Tagstring   | null  

The tag associated with the lab instance.

Startinteger  (int64)    

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

Endinteger  (int64)    

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

QuestionTextstring    

The text of the evaluation question.

Labelstring   | null  

The text of the evaluation question.

A1DTextstring   | null  

The text of the 1D answer option.

A1DWeightinteger  (int32)   | null  

The associated weight of the 1D answer option.

A2DTextstring   | null  

The text of the 2D answer option.

A2DWeightinteger  (int32)   | null  

The associated weight of the 2D answer option.

TextAnswerstring   | null  

The manually entered answer to the evaluation question.

Errorstring   | null  

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

Statusinteger  (int32)    

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