GET api/Questionnaire/GetFeedbacks?pagesize={pagesize}¤tpage={currentpage}&accountId={accountId}&questionnairesetcode={questionnairesetcode}&auth={auth}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pagesize | integer |
Required |
|
currentpage | integer |
Required |
|
accountId | globally unique identifier |
Required |
|
questionnairesetcode | string |
Default value is |
|
auth | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of FeedbackViewModelName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
AccountId | globally unique identifier |
None. |
|
QuestionerSetCode | string |
None. |
|
Auth | string |
None. |
|
Group | string |
None. |
|
Patient | string |
None. |
|
string |
None. |
||
ExtReferenceId | string |
None. |
|
SessionsCount | string |
None. |
|
ModifiedOn | date |
None. |
|
TotalRecords | integer |
None. |
|
PageCount | integer |
None. |
|
DisplayStart | integer |
None. |
|
StartIndex | integer |
None. |
|
EndIndex | integer |
None. |
|
IsAuthorized | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": "03c4933d-1604-4fe1-9a79-6e8523c39774", "AccountId": "746f6828-9ce4-4f29-a4f3-0488b5613c52", "QuestionerSetCode": "sample string 1", "Auth": "sample string 2", "Group": "sample string 3", "Patient": "sample string 4", "Email": "sample string 5", "ExtReferenceId": "sample string 6", "SessionsCount": "sample string 7", "ModifiedOn": "2025-04-03T18:55:08.0171815-05:00", "TotalRecords": 9, "PageCount": 10, "DisplayStart": 11, "StartIndex": 12, "EndIndex": 13, "IsAuthorized": true }, { "Id": "03c4933d-1604-4fe1-9a79-6e8523c39774", "AccountId": "746f6828-9ce4-4f29-a4f3-0488b5613c52", "QuestionerSetCode": "sample string 1", "Auth": "sample string 2", "Group": "sample string 3", "Patient": "sample string 4", "Email": "sample string 5", "ExtReferenceId": "sample string 6", "SessionsCount": "sample string 7", "ModifiedOn": "2025-04-03T18:55:08.0171815-05:00", "TotalRecords": 9, "PageCount": 10, "DisplayStart": 11, "StartIndex": 12, "EndIndex": 13, "IsAuthorized": true } ]