GET api/RedBookSurvey/GetSurveyList

Gets the survey list.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

RedBookSurveyViewModel
NameDescriptionTypeAdditional information
SurveyID

Gets or sets the survey identifier.

integer

None.

SurveyName

Gets or sets the name of the survey.

string

None.

SurveyDescription

Gets or sets the survey description.

string

None.

SurveyType

Gets or sets the type of the survey.

integer

None.

StartDate

Gets or sets the start date.

date

None.

EndDate

Gets or sets the end date.

date

None.

PublishedDate

Gets or sets the published date.

date

None.

IsActive

Gets or sets the is active.

boolean

None.

CreatedBy

Gets or sets the created by.

integer

None.

CreatedDate

Gets or sets the created date.

date

None.

ModifiedBy

Gets or sets the modified by.

integer

None.

ModifiedDate

Gets or sets the modified date.

date

None.

Response Formats

application/json, text/json

Sample:
{
  "SurveyID": 1,
  "SurveyName": "sample string 2",
  "SurveyDescription": "sample string 3",
  "SurveyType": 1,
  "StartDate": "2025-06-24T14:34:44.0856715-04:00",
  "EndDate": "2025-06-24T14:34:44.0856715-04:00",
  "PublishedDate": "2025-06-24T14:34:44.0856715-04:00",
  "IsActive": true,
  "CreatedBy": 1,
  "CreatedDate": "2025-06-24T14:34:44.0856715-04:00",
  "ModifiedBy": 1,
  "ModifiedDate": "2025-06-24T14:34:44.0856715-04:00"
}

text/html

Sample:
{"SurveyID":1,"SurveyName":"sample string 2","SurveyDescription":"sample string 3","SurveyType":1,"StartDate":"2025-06-24T14:34:44.0856715-04:00","EndDate":"2025-06-24T14:34:44.0856715-04:00","PublishedDate":"2025-06-24T14:34:44.0856715-04:00","IsActive":true,"CreatedBy":1,"CreatedDate":"2025-06-24T14:34:44.0856715-04:00","ModifiedBy":1,"ModifiedDate":"2025-06-24T14:34:44.0856715-04:00"}