{
  "data": {
    "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
      },
      {
        "id": "6666666666",
        "survey_id": "123456789",
        "collector_id": "111111111",
        "response_status": "partial",
        "date_created": "2026-01-20T11:00:00+00:00",
        "date_modified": "2026-01-20T11:05:00+00:00",
        "href": "https://api.surveymonkey.com/v3/surveys/123456789/responses/6666666666",
        "total_time": 150
      }
    ],
    "page": 1,
    "per_page": 2,
    "total": 2,
    "links": {
      "self": "https://api.surveymonkey.com/v3/surveys/123456789/responses?page=1"
    }
  }
}