GET api/MedicalExamcos/GetQuestionnaireRestriction?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AsapResponseOfListOfMEQuestionnairerestrictedDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | Collection of MEQuestionnairerestrictedDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": [
{
"Id": 1,
"QuestionnaireId": 2,
"QuestionnaiRestrictionId": 3,
"IsSelected": true,
"Name": "sample string 5",
"Sequence": 6,
"ExamId": "sample string 7",
"ValidFlag": true,
"DateCreated": "2026-06-19T22:58:03.3929855-07:00",
"DateUpdated": "2026-06-19T22:58:03.3929855-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12
},
{
"Id": 1,
"QuestionnaireId": 2,
"QuestionnaiRestrictionId": 3,
"IsSelected": true,
"Name": "sample string 5",
"Sequence": 6,
"ExamId": "sample string 7",
"ValidFlag": true,
"DateCreated": "2026-06-19T22:58:03.3929855-07:00",
"DateUpdated": "2026-06-19T22:58:03.3929855-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12
}
],
"totalCount": 3
}