{
  "data": {
    "id": "123456789",
    "title": "Customer Satisfaction Survey",
    "nickname": "Q1 CSAT",
    "language": "en",
    "question_count": 2,
    "page_count": 1,
    "date_created": "2026-01-15T10:30:00+00:00",
    "date_modified": "2026-01-20T14:45:00+00:00",
    "preview": "https://www.surveymonkey.com/r/Preview/",
    "href": "https://api.surveymonkey.com/v3/surveys/123456789",
    "pages": [
      {
        "id": "111111",
        "title": "Page 1",
        "description": "Welcome to our survey",
        "position": 1,
        "question_count": 2,
        "href": "https://api.surveymonkey.com/v3/surveys/123456789/pages/111111",
        "questions": [
          {
            "id": "222222",
            "heading": "How satisfied are you with our service?",
            "position": 1,
            "family": "single_choice",
            "subtype": "vertical",
            "href": "https://api.surveymonkey.com/v3/surveys/123456789/pages/111111/questions/222222",
            "answers": {
              "choices": [
                {
                  "id": "333333",
                  "position": 1,
                  "text": "Very Satisfied"
                },
                {
                  "id": "444444",
                  "position": 2,
                  "text": "Satisfied"
                },
                {
                  "id": "555555",
                  "position": 3,
                  "text": "Neutral"
                },
                {
                  "id": "666666",
                  "position": 4,
                  "text": "Dissatisfied"
                },
                {
                  "id": "777777",
                  "position": 5,
                  "text": "Very Dissatisfied"
                }
              ]
            }
          },
          {
            "id": "888888",
            "heading": "Any additional comments?",
            "position": 2,
            "family": "open_ended",
            "subtype": "essay",
            "href": "https://api.surveymonkey.com/v3/surveys/123456789/pages/111111/questions/888888"
          }
        ]
      }
    ]
  }
}