GET api/RedBookSurvey?surveyID={surveyID}

Gets the survey for download.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
surveyID

The survey identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

SurveyDownloadViewModel
NameDescriptionTypeAdditional information
Survey

Gets or sets the survey.

Survey

None.

SurveyUsers

Gets or sets the survey users.

Collection of SurveyUser

None.

SurveyQuestions

Gets or sets the survey questions.

Collection of SurveyQuestion

None.

SurveyResponses

Gets or sets the survey responses.

Collection of SurveyResponse

None.

SurveyResponseOptions

Gets or sets the survey response options.

Collection of SurveyResponseOption

None.

Response Formats

application/json, text/json

Sample:
{
  "Survey": {
    "SurveyID": 1,
    "SurveyName": "sample string 2",
    "SurveyDescription": "sample string 3",
    "SurveyType": 1,
    "StartDate": "2025-06-24T14:31:08.6720133-04:00",
    "EndDate": "2025-06-24T14:31:08.6720133-04:00",
    "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
    "IsActive": true,
    "CreatedBy": "sample string 4",
    "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
    "ModifiedBy": "sample string 5",
    "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
    "SurveyResponses": [
      {
        "SurveyResponseID": 1,
        "SurveyUserID": 1,
        "SurveyQuestionID": 1,
        "OtherResponse": "sample string 2",
        "QuestionTitle": "sample string 3",
        "SurveyID": 1,
        "CreatedBy": 1,
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": 1,
        "SurveyUser": {
          "SurveyUserID": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Age": 1,
          "Phone": "sample string 5",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "DeviceID": "sample string 6",
          "SurveyResponses": []
        },
        "SurveyResponseOptions": [
          {
            "SurveyResponseOptionID": 1,
            "SurveyResponseID": 1,
            "SurveyQuestionOptionID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "OptionValue": "sample string 2"
          },
          {
            "SurveyResponseOptionID": 1,
            "SurveyResponseID": 1,
            "SurveyQuestionOptionID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "OptionValue": "sample string 2"
          }
        ]
      },
      {
        "SurveyResponseID": 1,
        "SurveyUserID": 1,
        "SurveyQuestionID": 1,
        "OtherResponse": "sample string 2",
        "QuestionTitle": "sample string 3",
        "SurveyID": 1,
        "CreatedBy": 1,
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": 1,
        "SurveyUser": {
          "SurveyUserID": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Age": 1,
          "Phone": "sample string 5",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "DeviceID": "sample string 6",
          "SurveyResponses": []
        },
        "SurveyResponseOptions": [
          {
            "SurveyResponseOptionID": 1,
            "SurveyResponseID": 1,
            "SurveyQuestionOptionID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "OptionValue": "sample string 2"
          },
          {
            "SurveyResponseOptionID": 1,
            "SurveyResponseID": 1,
            "SurveyQuestionOptionID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "OptionValue": "sample string 2"
          }
        ]
      }
    ],
    "SurveyQuestions": [
      {
        "SurveyQuestionID": 1,
        "SurveyID": 1,
        "SurveyQuestionTypeID": 1,
        "QuestionTitle": "sample string 2",
        "IsActive": true,
        "QuestionOrder": 1,
        "createdBY": "sample string 3",
        "modifiedBY": "sample string 4",
        "createdDate": "sample string 5",
        "modifiedDate": "sample string 6",
        "SurveyQuestionType": {
          "SurveyQuestionTypeID": 1,
          "QuestionType": "sample string 2",
          "IsActive": true,
          "SurveyQuestions": []
        },
        "SurveyQuestionOptions": [
          {
            "SurveyQuestionOptionID": 1,
            "SurveyQuestionID": 1,
            "OptionValue": "sample string 2"
          },
          {
            "SurveyQuestionOptionID": 1,
            "SurveyQuestionID": 1,
            "OptionValue": "sample string 2"
          }
        ]
      },
      {
        "SurveyQuestionID": 1,
        "SurveyID": 1,
        "SurveyQuestionTypeID": 1,
        "QuestionTitle": "sample string 2",
        "IsActive": true,
        "QuestionOrder": 1,
        "createdBY": "sample string 3",
        "modifiedBY": "sample string 4",
        "createdDate": "sample string 5",
        "modifiedDate": "sample string 6",
        "SurveyQuestionType": {
          "SurveyQuestionTypeID": 1,
          "QuestionType": "sample string 2",
          "IsActive": true,
          "SurveyQuestions": []
        },
        "SurveyQuestionOptions": [
          {
            "SurveyQuestionOptionID": 1,
            "SurveyQuestionID": 1,
            "OptionValue": "sample string 2"
          },
          {
            "SurveyQuestionOptionID": 1,
            "SurveyQuestionID": 1,
            "OptionValue": "sample string 2"
          }
        ]
      }
    ]
  },
  "SurveyUsers": [
    {
      "SurveyUserID": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "Age": 1,
      "Phone": "sample string 5",
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "DeviceID": "sample string 6",
      "SurveyResponses": [
        {
          "SurveyResponseID": 1,
          "SurveyUserID": 1,
          "SurveyQuestionID": 1,
          "OtherResponse": "sample string 2",
          "QuestionTitle": "sample string 3",
          "SurveyID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": 1,
          "Survey": {
            "SurveyID": 1,
            "SurveyName": "sample string 2",
            "SurveyDescription": "sample string 3",
            "SurveyType": 1,
            "StartDate": "2025-06-24T14:31:08.6720133-04:00",
            "EndDate": "2025-06-24T14:31:08.6720133-04:00",
            "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
            "IsActive": true,
            "CreatedBy": "sample string 4",
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": "sample string 5",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "SurveyResponses": [],
            "SurveyQuestions": [
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              },
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              }
            ]
          },
          "SurveyResponseOptions": [
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            },
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            }
          ]
        },
        {
          "SurveyResponseID": 1,
          "SurveyUserID": 1,
          "SurveyQuestionID": 1,
          "OtherResponse": "sample string 2",
          "QuestionTitle": "sample string 3",
          "SurveyID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": 1,
          "Survey": {
            "SurveyID": 1,
            "SurveyName": "sample string 2",
            "SurveyDescription": "sample string 3",
            "SurveyType": 1,
            "StartDate": "2025-06-24T14:31:08.6720133-04:00",
            "EndDate": "2025-06-24T14:31:08.6720133-04:00",
            "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
            "IsActive": true,
            "CreatedBy": "sample string 4",
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": "sample string 5",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "SurveyResponses": [],
            "SurveyQuestions": [
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              },
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              }
            ]
          },
          "SurveyResponseOptions": [
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            },
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            }
          ]
        }
      ]
    },
    {
      "SurveyUserID": 1,
      "FirstName": "sample string 2",
      "LastName": "sample string 3",
      "Email": "sample string 4",
      "Age": 1,
      "Phone": "sample string 5",
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "DeviceID": "sample string 6",
      "SurveyResponses": [
        {
          "SurveyResponseID": 1,
          "SurveyUserID": 1,
          "SurveyQuestionID": 1,
          "OtherResponse": "sample string 2",
          "QuestionTitle": "sample string 3",
          "SurveyID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": 1,
          "Survey": {
            "SurveyID": 1,
            "SurveyName": "sample string 2",
            "SurveyDescription": "sample string 3",
            "SurveyType": 1,
            "StartDate": "2025-06-24T14:31:08.6720133-04:00",
            "EndDate": "2025-06-24T14:31:08.6720133-04:00",
            "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
            "IsActive": true,
            "CreatedBy": "sample string 4",
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": "sample string 5",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "SurveyResponses": [],
            "SurveyQuestions": [
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              },
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              }
            ]
          },
          "SurveyResponseOptions": [
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            },
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            }
          ]
        },
        {
          "SurveyResponseID": 1,
          "SurveyUserID": 1,
          "SurveyQuestionID": 1,
          "OtherResponse": "sample string 2",
          "QuestionTitle": "sample string 3",
          "SurveyID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": 1,
          "Survey": {
            "SurveyID": 1,
            "SurveyName": "sample string 2",
            "SurveyDescription": "sample string 3",
            "SurveyType": 1,
            "StartDate": "2025-06-24T14:31:08.6720133-04:00",
            "EndDate": "2025-06-24T14:31:08.6720133-04:00",
            "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
            "IsActive": true,
            "CreatedBy": "sample string 4",
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": "sample string 5",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "SurveyResponses": [],
            "SurveyQuestions": [
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              },
              {
                "SurveyQuestionID": 1,
                "SurveyID": 1,
                "SurveyQuestionTypeID": 1,
                "QuestionTitle": "sample string 2",
                "IsActive": true,
                "QuestionOrder": 1,
                "createdBY": "sample string 3",
                "modifiedBY": "sample string 4",
                "createdDate": "sample string 5",
                "modifiedDate": "sample string 6",
                "SurveyQuestionType": {
                  "SurveyQuestionTypeID": 1,
                  "QuestionType": "sample string 2",
                  "IsActive": true,
                  "SurveyQuestions": []
                },
                "SurveyQuestionOptions": [
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  },
                  {
                    "SurveyQuestionOptionID": 1,
                    "SurveyQuestionID": 1,
                    "OptionValue": "sample string 2"
                  }
                ]
              }
            ]
          },
          "SurveyResponseOptions": [
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            },
            {
              "SurveyResponseOptionID": 1,
              "SurveyResponseID": 1,
              "SurveyQuestionOptionID": 1,
              "CreatedBy": 1,
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "OptionValue": "sample string 2"
            }
          ]
        }
      ]
    }
  ],
  "SurveyQuestions": [
    {
      "SurveyQuestionID": 1,
      "SurveyID": 1,
      "SurveyQuestionTypeID": 1,
      "QuestionTitle": "sample string 2",
      "IsActive": true,
      "QuestionOrder": 1,
      "createdBY": "sample string 3",
      "modifiedBY": "sample string 4",
      "createdDate": "sample string 5",
      "modifiedDate": "sample string 6",
      "Survey": {
        "SurveyID": 1,
        "SurveyName": "sample string 2",
        "SurveyDescription": "sample string 3",
        "SurveyType": 1,
        "StartDate": "2025-06-24T14:31:08.6720133-04:00",
        "EndDate": "2025-06-24T14:31:08.6720133-04:00",
        "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
        "IsActive": true,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": "sample string 5",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "SurveyResponses": [
          {
            "SurveyResponseID": 1,
            "SurveyUserID": 1,
            "SurveyQuestionID": 1,
            "OtherResponse": "sample string 2",
            "QuestionTitle": "sample string 3",
            "SurveyID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": 1,
            "SurveyUser": {
              "SurveyUserID": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Age": 1,
              "Phone": "sample string 5",
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "DeviceID": "sample string 6",
              "SurveyResponses": []
            },
            "SurveyResponseOptions": [
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              },
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              }
            ]
          },
          {
            "SurveyResponseID": 1,
            "SurveyUserID": 1,
            "SurveyQuestionID": 1,
            "OtherResponse": "sample string 2",
            "QuestionTitle": "sample string 3",
            "SurveyID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": 1,
            "SurveyUser": {
              "SurveyUserID": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Age": 1,
              "Phone": "sample string 5",
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "DeviceID": "sample string 6",
              "SurveyResponses": []
            },
            "SurveyResponseOptions": [
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              },
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              }
            ]
          }
        ],
        "SurveyQuestions": []
      },
      "SurveyQuestionType": {
        "SurveyQuestionTypeID": 1,
        "QuestionType": "sample string 2",
        "IsActive": true,
        "SurveyQuestions": []
      },
      "SurveyQuestionOptions": [
        {
          "SurveyQuestionOptionID": 1,
          "SurveyQuestionID": 1,
          "OptionValue": "sample string 2"
        },
        {
          "SurveyQuestionOptionID": 1,
          "SurveyQuestionID": 1,
          "OptionValue": "sample string 2"
        }
      ]
    },
    {
      "SurveyQuestionID": 1,
      "SurveyID": 1,
      "SurveyQuestionTypeID": 1,
      "QuestionTitle": "sample string 2",
      "IsActive": true,
      "QuestionOrder": 1,
      "createdBY": "sample string 3",
      "modifiedBY": "sample string 4",
      "createdDate": "sample string 5",
      "modifiedDate": "sample string 6",
      "Survey": {
        "SurveyID": 1,
        "SurveyName": "sample string 2",
        "SurveyDescription": "sample string 3",
        "SurveyType": 1,
        "StartDate": "2025-06-24T14:31:08.6720133-04:00",
        "EndDate": "2025-06-24T14:31:08.6720133-04:00",
        "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
        "IsActive": true,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": "sample string 5",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "SurveyResponses": [
          {
            "SurveyResponseID": 1,
            "SurveyUserID": 1,
            "SurveyQuestionID": 1,
            "OtherResponse": "sample string 2",
            "QuestionTitle": "sample string 3",
            "SurveyID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": 1,
            "SurveyUser": {
              "SurveyUserID": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Age": 1,
              "Phone": "sample string 5",
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "DeviceID": "sample string 6",
              "SurveyResponses": []
            },
            "SurveyResponseOptions": [
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              },
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              }
            ]
          },
          {
            "SurveyResponseID": 1,
            "SurveyUserID": 1,
            "SurveyQuestionID": 1,
            "OtherResponse": "sample string 2",
            "QuestionTitle": "sample string 3",
            "SurveyID": 1,
            "CreatedBy": 1,
            "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
            "ModifiedBy": 1,
            "SurveyUser": {
              "SurveyUserID": 1,
              "FirstName": "sample string 2",
              "LastName": "sample string 3",
              "Email": "sample string 4",
              "Age": 1,
              "Phone": "sample string 5",
              "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
              "DeviceID": "sample string 6",
              "SurveyResponses": []
            },
            "SurveyResponseOptions": [
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              },
              {
                "SurveyResponseOptionID": 1,
                "SurveyResponseID": 1,
                "SurveyQuestionOptionID": 1,
                "CreatedBy": 1,
                "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
                "OptionValue": "sample string 2"
              }
            ]
          }
        ],
        "SurveyQuestions": []
      },
      "SurveyQuestionType": {
        "SurveyQuestionTypeID": 1,
        "QuestionType": "sample string 2",
        "IsActive": true,
        "SurveyQuestions": []
      },
      "SurveyQuestionOptions": [
        {
          "SurveyQuestionOptionID": 1,
          "SurveyQuestionID": 1,
          "OptionValue": "sample string 2"
        },
        {
          "SurveyQuestionOptionID": 1,
          "SurveyQuestionID": 1,
          "OptionValue": "sample string 2"
        }
      ]
    }
  ],
  "SurveyResponses": [
    {
      "SurveyResponseID": 1,
      "SurveyUserID": 1,
      "SurveyQuestionID": 1,
      "OtherResponse": "sample string 2",
      "QuestionTitle": "sample string 3",
      "SurveyID": 1,
      "CreatedBy": 1,
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
      "ModifiedBy": 1,
      "Survey": {
        "SurveyID": 1,
        "SurveyName": "sample string 2",
        "SurveyDescription": "sample string 3",
        "SurveyType": 1,
        "StartDate": "2025-06-24T14:31:08.6720133-04:00",
        "EndDate": "2025-06-24T14:31:08.6720133-04:00",
        "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
        "IsActive": true,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": "sample string 5",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "SurveyResponses": [],
        "SurveyQuestions": [
          {
            "SurveyQuestionID": 1,
            "SurveyID": 1,
            "SurveyQuestionTypeID": 1,
            "QuestionTitle": "sample string 2",
            "IsActive": true,
            "QuestionOrder": 1,
            "createdBY": "sample string 3",
            "modifiedBY": "sample string 4",
            "createdDate": "sample string 5",
            "modifiedDate": "sample string 6",
            "SurveyQuestionType": {
              "SurveyQuestionTypeID": 1,
              "QuestionType": "sample string 2",
              "IsActive": true,
              "SurveyQuestions": []
            },
            "SurveyQuestionOptions": [
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              },
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              }
            ]
          },
          {
            "SurveyQuestionID": 1,
            "SurveyID": 1,
            "SurveyQuestionTypeID": 1,
            "QuestionTitle": "sample string 2",
            "IsActive": true,
            "QuestionOrder": 1,
            "createdBY": "sample string 3",
            "modifiedBY": "sample string 4",
            "createdDate": "sample string 5",
            "modifiedDate": "sample string 6",
            "SurveyQuestionType": {
              "SurveyQuestionTypeID": 1,
              "QuestionType": "sample string 2",
              "IsActive": true,
              "SurveyQuestions": []
            },
            "SurveyQuestionOptions": [
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              },
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              }
            ]
          }
        ]
      },
      "SurveyUser": {
        "SurveyUserID": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Age": 1,
        "Phone": "sample string 5",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "DeviceID": "sample string 6",
        "SurveyResponses": []
      },
      "SurveyResponseOptions": [
        {
          "SurveyResponseOptionID": 1,
          "SurveyResponseID": 1,
          "SurveyQuestionOptionID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "OptionValue": "sample string 2"
        },
        {
          "SurveyResponseOptionID": 1,
          "SurveyResponseID": 1,
          "SurveyQuestionOptionID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "OptionValue": "sample string 2"
        }
      ]
    },
    {
      "SurveyResponseID": 1,
      "SurveyUserID": 1,
      "SurveyQuestionID": 1,
      "OtherResponse": "sample string 2",
      "QuestionTitle": "sample string 3",
      "SurveyID": 1,
      "CreatedBy": 1,
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
      "ModifiedBy": 1,
      "Survey": {
        "SurveyID": 1,
        "SurveyName": "sample string 2",
        "SurveyDescription": "sample string 3",
        "SurveyType": 1,
        "StartDate": "2025-06-24T14:31:08.6720133-04:00",
        "EndDate": "2025-06-24T14:31:08.6720133-04:00",
        "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
        "IsActive": true,
        "CreatedBy": "sample string 4",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": "sample string 5",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "SurveyResponses": [],
        "SurveyQuestions": [
          {
            "SurveyQuestionID": 1,
            "SurveyID": 1,
            "SurveyQuestionTypeID": 1,
            "QuestionTitle": "sample string 2",
            "IsActive": true,
            "QuestionOrder": 1,
            "createdBY": "sample string 3",
            "modifiedBY": "sample string 4",
            "createdDate": "sample string 5",
            "modifiedDate": "sample string 6",
            "SurveyQuestionType": {
              "SurveyQuestionTypeID": 1,
              "QuestionType": "sample string 2",
              "IsActive": true,
              "SurveyQuestions": []
            },
            "SurveyQuestionOptions": [
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              },
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              }
            ]
          },
          {
            "SurveyQuestionID": 1,
            "SurveyID": 1,
            "SurveyQuestionTypeID": 1,
            "QuestionTitle": "sample string 2",
            "IsActive": true,
            "QuestionOrder": 1,
            "createdBY": "sample string 3",
            "modifiedBY": "sample string 4",
            "createdDate": "sample string 5",
            "modifiedDate": "sample string 6",
            "SurveyQuestionType": {
              "SurveyQuestionTypeID": 1,
              "QuestionType": "sample string 2",
              "IsActive": true,
              "SurveyQuestions": []
            },
            "SurveyQuestionOptions": [
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              },
              {
                "SurveyQuestionOptionID": 1,
                "SurveyQuestionID": 1,
                "OptionValue": "sample string 2"
              }
            ]
          }
        ]
      },
      "SurveyUser": {
        "SurveyUserID": 1,
        "FirstName": "sample string 2",
        "LastName": "sample string 3",
        "Email": "sample string 4",
        "Age": 1,
        "Phone": "sample string 5",
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "DeviceID": "sample string 6",
        "SurveyResponses": []
      },
      "SurveyResponseOptions": [
        {
          "SurveyResponseOptionID": 1,
          "SurveyResponseID": 1,
          "SurveyQuestionOptionID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "OptionValue": "sample string 2"
        },
        {
          "SurveyResponseOptionID": 1,
          "SurveyResponseID": 1,
          "SurveyQuestionOptionID": 1,
          "CreatedBy": 1,
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "OptionValue": "sample string 2"
        }
      ]
    }
  ],
  "SurveyResponseOptions": [
    {
      "SurveyResponseOptionID": 1,
      "SurveyResponseID": 1,
      "SurveyQuestionOptionID": 1,
      "CreatedBy": 1,
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "OptionValue": "sample string 2",
      "SurveyResponse": {
        "SurveyResponseID": 1,
        "SurveyUserID": 1,
        "SurveyQuestionID": 1,
        "OtherResponse": "sample string 2",
        "QuestionTitle": "sample string 3",
        "SurveyID": 1,
        "CreatedBy": 1,
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": 1,
        "Survey": {
          "SurveyID": 1,
          "SurveyName": "sample string 2",
          "SurveyDescription": "sample string 3",
          "SurveyType": 1,
          "StartDate": "2025-06-24T14:31:08.6720133-04:00",
          "EndDate": "2025-06-24T14:31:08.6720133-04:00",
          "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
          "IsActive": true,
          "CreatedBy": "sample string 4",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": "sample string 5",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "SurveyResponses": [],
          "SurveyQuestions": [
            {
              "SurveyQuestionID": 1,
              "SurveyID": 1,
              "SurveyQuestionTypeID": 1,
              "QuestionTitle": "sample string 2",
              "IsActive": true,
              "QuestionOrder": 1,
              "createdBY": "sample string 3",
              "modifiedBY": "sample string 4",
              "createdDate": "sample string 5",
              "modifiedDate": "sample string 6",
              "SurveyQuestionType": {
                "SurveyQuestionTypeID": 1,
                "QuestionType": "sample string 2",
                "IsActive": true,
                "SurveyQuestions": []
              },
              "SurveyQuestionOptions": [
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                },
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                }
              ]
            },
            {
              "SurveyQuestionID": 1,
              "SurveyID": 1,
              "SurveyQuestionTypeID": 1,
              "QuestionTitle": "sample string 2",
              "IsActive": true,
              "QuestionOrder": 1,
              "createdBY": "sample string 3",
              "modifiedBY": "sample string 4",
              "createdDate": "sample string 5",
              "modifiedDate": "sample string 6",
              "SurveyQuestionType": {
                "SurveyQuestionTypeID": 1,
                "QuestionType": "sample string 2",
                "IsActive": true,
                "SurveyQuestions": []
              },
              "SurveyQuestionOptions": [
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                },
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                }
              ]
            }
          ]
        },
        "SurveyUser": {
          "SurveyUserID": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Age": 1,
          "Phone": "sample string 5",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "DeviceID": "sample string 6",
          "SurveyResponses": []
        },
        "SurveyResponseOptions": []
      }
    },
    {
      "SurveyResponseOptionID": 1,
      "SurveyResponseID": 1,
      "SurveyQuestionOptionID": 1,
      "CreatedBy": 1,
      "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
      "OptionValue": "sample string 2",
      "SurveyResponse": {
        "SurveyResponseID": 1,
        "SurveyUserID": 1,
        "SurveyQuestionID": 1,
        "OtherResponse": "sample string 2",
        "QuestionTitle": "sample string 3",
        "SurveyID": 1,
        "CreatedBy": 1,
        "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
        "ModifiedBy": 1,
        "Survey": {
          "SurveyID": 1,
          "SurveyName": "sample string 2",
          "SurveyDescription": "sample string 3",
          "SurveyType": 1,
          "StartDate": "2025-06-24T14:31:08.6720133-04:00",
          "EndDate": "2025-06-24T14:31:08.6720133-04:00",
          "PublishedDate": "2025-06-24T14:31:08.6720133-04:00",
          "IsActive": true,
          "CreatedBy": "sample string 4",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "ModifiedBy": "sample string 5",
          "ModifiedDate": "2025-06-24T14:31:08.6720133-04:00",
          "SurveyResponses": [],
          "SurveyQuestions": [
            {
              "SurveyQuestionID": 1,
              "SurveyID": 1,
              "SurveyQuestionTypeID": 1,
              "QuestionTitle": "sample string 2",
              "IsActive": true,
              "QuestionOrder": 1,
              "createdBY": "sample string 3",
              "modifiedBY": "sample string 4",
              "createdDate": "sample string 5",
              "modifiedDate": "sample string 6",
              "SurveyQuestionType": {
                "SurveyQuestionTypeID": 1,
                "QuestionType": "sample string 2",
                "IsActive": true,
                "SurveyQuestions": []
              },
              "SurveyQuestionOptions": [
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                },
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                }
              ]
            },
            {
              "SurveyQuestionID": 1,
              "SurveyID": 1,
              "SurveyQuestionTypeID": 1,
              "QuestionTitle": "sample string 2",
              "IsActive": true,
              "QuestionOrder": 1,
              "createdBY": "sample string 3",
              "modifiedBY": "sample string 4",
              "createdDate": "sample string 5",
              "modifiedDate": "sample string 6",
              "SurveyQuestionType": {
                "SurveyQuestionTypeID": 1,
                "QuestionType": "sample string 2",
                "IsActive": true,
                "SurveyQuestions": []
              },
              "SurveyQuestionOptions": [
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                },
                {
                  "SurveyQuestionOptionID": 1,
                  "SurveyQuestionID": 1,
                  "OptionValue": "sample string 2"
                }
              ]
            }
          ]
        },
        "SurveyUser": {
          "SurveyUserID": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "Email": "sample string 4",
          "Age": 1,
          "Phone": "sample string 5",
          "CreatedDate": "2025-06-24T14:31:08.6720133-04:00",
          "DeviceID": "sample string 6",
          "SurveyResponses": []
        },
        "SurveyResponseOptions": []
      }
    }
  ]
}

text/html

Sample:
{"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyUsers":[{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}]},{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}]}],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}],"SurveyQuestions":[]},"SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}],"SurveyQuestions":[]},"SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}],"SurveyResponses":[{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]},{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2"}]}],"SurveyResponseOptions":[{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2","SurveyResponse":{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[]}},{"SurveyResponseOptionID":1,"SurveyResponseID":1,"SurveyQuestionOptionID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","OptionValue":"sample string 2","SurveyResponse":{"SurveyResponseID":1,"SurveyUserID":1,"SurveyQuestionID":1,"OtherResponse":"sample string 2","QuestionTitle":"sample string 3","SurveyID":1,"CreatedBy":1,"CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":1,"Survey":{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:31:08.6720133-04:00","EndDate":"2025-06-24T14:31:08.6720133-04:00","PublishedDate":"2025-06-24T14:31:08.6720133-04:00","IsActive":true,"CreatedBy":"sample string 4","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","ModifiedBy":"sample string 5","ModifiedDate":"2025-06-24T14:31:08.6720133-04:00","SurveyResponses":[],"SurveyQuestions":[{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]},{"SurveyQuestionID":1,"SurveyID":1,"SurveyQuestionTypeID":1,"QuestionTitle":"sample string 2","IsActive":true,"QuestionOrder":1,"createdBY":"sample string 3","modifiedBY":"sample string 4","createdDate":"sample string 5","modifiedDate":"sample string 6","SurveyQuestionType":{"SurveyQuestionTypeID":1,"QuestionType":"sample string 2","IsActive":true,"SurveyQuestions":[]},"SurveyQuestionOptions":[{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"},{"SurveyQuestionOptionID":1,"SurveyQuestionID":1,"OptionValue":"sample string 2"}]}]},"SurveyUser":{"SurveyUserID":1,"FirstName":"sample string 2","LastName":"sample string 3","Email":"sample string 4","Age":1,"Phone":"sample string 5","CreatedDate":"2025-06-24T14:31:08.6720133-04:00","DeviceID":"sample string 6","SurveyResponses":[]},"SurveyResponseOptions":[]}}]}