Returns evaluation data for a specific evaluation
    • 11 Oct 2024
    • 3 Minutes to read

    Returns evaluation data for a specific evaluation


    Article summary

    Get
    /GetEvaluationResponses

    The GetEvaluationResponses command returns evaluation responses.

    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 evaluation.

    Example12345
    takenAfter
    integer (int64)

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

    Example1598292299
    takenBefore
    integer (int64)

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

    Example1598465099
    classId
    integer (int32)

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

    Example1223334444
    eventId
    integer (int32)

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

    Example24
    Responses
    200

    OK Response.

    Example of a response for an evaluation
    {
      "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


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.