GET api/Survey?encounterid={encounterid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| encounterid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
SurveyDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| EncounterId | globally unique identifier |
None. |
|
| SessionSatisfactionId | integer |
None. |
|
| Suggestion | string |
None. |
|
| Recommendation | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"EncounterId": "bd1a4b9d-cc66-41a4-8d38-106a2b366297",
"SessionSatisfactionId": 2,
"Suggestion": "sample string 3",
"Recommendation": "sample string 4"
}