GET api/Meeting/GetQuestionnairevoteResultReport

Request Information

URI Parameters

None.

Body Parameters

QuestionnaireMapping
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

MeetingID

globally unique identifier

None.

QuestionnaireID

globally unique identifier

None.

MccNO

string

None.

Type

MQType

None.

TemplateType

TemplateType

None.

CategoryType

CategoryType

None.

Statisticalrules

Statisticalrules

None.

Title

string

None.

AllowRepeate

boolean

None.

ScoringMethod

ScoreState

None.

VIPWeight

decimal number

None.

VIPPersonnel

string

None.

State

DataState

None.

CreatedOn

date

None.

CreatedBy

globally unique identifier

None.

LastModifyOn

date

None.

LastModifyBy

globally unique identifier

None.

StartDate

date

None.

CloseDate

date

None.

QuestionDisplayType

QuestionDisplayType

None.

AllowStatistical

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "ae0eca06-fcd2-4cbc-b051-d3fc09b4e336",
  "MeetingID": "03dc4034-d158-42d9-90ee-24daf9f7d841",
  "QuestionnaireID": "f4d91f8d-d4c2-4103-bbac-70c9ac03cf14",
  "MccNO": "sample string 4",
  "Type": 0,
  "TemplateType": 0,
  "CategoryType": 0,
  "Statisticalrules": 0,
  "Title": "sample string 5",
  "AllowRepeate": true,
  "ScoringMethod": 0,
  "VIPWeight": 1.0,
  "VIPPersonnel": "sample string 6",
  "State": 0,
  "CreatedOn": "2025-06-07T07:46:09.9122862+08:00",
  "CreatedBy": "cf62665f-47dd-4255-b82c-298ced8b9dcd",
  "LastModifyOn": "2025-06-07T07:46:09.9122862+08:00",
  "LastModifyBy": "45a45391-4035-4762-9c8c-e3363d38f70d",
  "StartDate": "2025-06-07T07:46:09.9122862+08:00",
  "CloseDate": "2025-06-07T07:46:09.9122862+08:00",
  "QuestionDisplayType": 0,
  "AllowStatistical": true
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'QuestionnaireMapping'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.