{
  "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",
        "pages": [
          {
            "id": "111111",
            "questions": [
              {
                "id": "222222",
                "answers": [
                  {
                    "choice_id": "333333",
                    "text": "Very Satisfied"
                  }
                ]
              }
            ]
          }
        ]
      }
    ],
    "page": 1,
    "per_page": 1,
    "total": 1,
    "links": {
      "self": "https://api.surveymonkey.com/v3/surveys/123456789/responses/bulk?page=1"
    }
  }
}