{
  "data": {
    "id": "5555555555",
    "survey_id": "123456789",
    "collector_id": "111111111",
    "response_status": "completed",
    "date_created": "2026-01-20T10:15:00+00:00",
    "date_modified": "2026-01-20T10:30:00+00:00",
    "href": "https://api.surveymonkey.com/v3/surveys/123456789/responses/5555555555",
    "analyze_url": "https://www.surveymonkey.com/analyze/response",
    "ip_address": "192.168.1.1",
    "recipient_id": "",
    "total_time": 300,
    "pages": [
      {
        "id": "111111",
        "questions": [
          {
            "id": "222222",
            "answers": [
              {
                "choice_id": "333333",
                "text": "Very Satisfied"
              }
            ]
          },
          {
            "id": "888888",
            "answers": [
              {
                "text": "Great service! Very happy with the experience."
              }
            ]
          }
        ]
      }
    ]
  }
}