GET api/Project/GetQuestionSummary/{id}?Qid={Qid}&Preview={Preview}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| Qid | No documentation available. |
Define this parameter in the request URI. |
| Preview | No documentation available. |
Define this parameter in the request URI. |
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ProjectId": "b146e941-9a5d-4e2d-bfe8-27b881b4a5f4",
"QuestionId": "c051c8a6-f891-4e76-8f4a-6a3db8b41667",
"ProjectIsOpen": 3,
"IsPreview": true,
"Order": 5,
"QuestionText": "sample string 6",
"QuestionInstruction": "sample string 7",
"QuestionType": 1,
"RecordingStatus": 8,
"Answers": [
{
"AnswerId": "351708cc-78ce-468e-ab19-ec16be6eb796",
"Order": 2,
"Label": "sample string 3",
"Value": "sample string 4",
"Color": "sample string 5",
"IsCorrect": true,
"AllowOpenText": true,
"Weight": 8.0,
"IsExclusive": true,
"ResultsCount": 10
},
{
"AnswerId": "351708cc-78ce-468e-ab19-ec16be6eb796",
"Order": 2,
"Label": "sample string 3",
"Value": "sample string 4",
"Color": "sample string 5",
"IsCorrect": true,
"AllowOpenText": true,
"Weight": 8.0,
"IsExclusive": true,
"ResultsCount": 10
},
{
"AnswerId": "351708cc-78ce-468e-ab19-ec16be6eb796",
"Order": 2,
"Label": "sample string 3",
"Value": "sample string 4",
"Color": "sample string 5",
"IsCorrect": true,
"AllowOpenText": true,
"Weight": 8.0,
"IsExclusive": true,
"ResultsCount": 10
}
],
"Results": [
{
"Name": "sample string 1",
"Result": "sample string 2",
"Users": 3.0,
"Color": "sample string 4",
"CrossingOrder": 5,
"SortOrder": 6,
"Votes": 7.0,
"CrossedAnswers": [
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
}
]
},
{
"Name": "sample string 1",
"Result": "sample string 2",
"Users": 3.0,
"Color": "sample string 4",
"CrossingOrder": 5,
"SortOrder": 6,
"Votes": 7.0,
"CrossedAnswers": [
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
}
]
},
{
"Name": "sample string 1",
"Result": "sample string 2",
"Users": 3.0,
"Color": "sample string 4",
"CrossingOrder": 5,
"SortOrder": 6,
"Votes": 7.0,
"CrossedAnswers": [
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
},
{
"Name": "sample string 1",
"Result": 2.0,
"Users": 3.0,
"Color": "sample string 4"
}
]
}
],
"LiveQuestion": null,
"DisplayPCT": true,
"DisplayCNT": true,
"CrossingType": 1,
"ImageURL": "sample string 11",
"ImageRenderLocation": 1,
"ImageOnClient": true,
"Slides": [
{
"QuestionId": "a1b99781-300a-4f2b-8cfe-2a369af6f253",
"Order": 2,
"SlideElementType": 1,
"Content": "sample string 3",
"Color": "sample string 4",
"Allignment": 1,
"ImageURL": "sample string 5",
"HSize": 6,
"Id": "f571395a-75e5-4c88-a7e8-fb9f578c596a",
"DateCreated": "2026-04-29T05:08:07.9696496+00:00",
"DateUpdated": "2026-04-29T05:08:07.9696496+00:00",
"Status": true
},
{
"QuestionId": "a1b99781-300a-4f2b-8cfe-2a369af6f253",
"Order": 2,
"SlideElementType": 1,
"Content": "sample string 3",
"Color": "sample string 4",
"Allignment": 1,
"ImageURL": "sample string 5",
"HSize": 6,
"Id": "f571395a-75e5-4c88-a7e8-fb9f578c596a",
"DateCreated": "2026-04-29T05:08:07.9696496+00:00",
"DateUpdated": "2026-04-29T05:08:07.9696496+00:00",
"Status": true
},
{
"QuestionId": "a1b99781-300a-4f2b-8cfe-2a369af6f253",
"Order": 2,
"SlideElementType": 1,
"Content": "sample string 3",
"Color": "sample string 4",
"Allignment": 1,
"ImageURL": "sample string 5",
"HSize": 6,
"Id": "f571395a-75e5-4c88-a7e8-fb9f578c596a",
"DateCreated": "2026-04-29T05:08:07.9696496+00:00",
"DateUpdated": "2026-04-29T05:08:07.9696496+00:00",
"Status": true
}
],
"WeightedQuestionResult": 13.0
}
text/xml
Sample:
Sample not available.