> Agent-readable docs index: /llms.txt. Fetch only the needed Markdown pages first; use /docs.zip only for broad search after checking /docs-manifest.json or /docs.zip.sha256.

# Satisfaction Survey

This is the API related to satisfaction surveys.

It provides functionality to retrieve satisfaction survey answers submitted by Clients.

<details>
<summary>Key Concepts</summary>
<dl>
<dt>Satisfaction Survey</dt>
<dd><strong>Definition:</strong> A survey that asks a Client to evaluate their care experience after the visit is complete.<br /><strong>Description:</strong> It is submitted once per schedule, and a submitted answer is never modified.</dd>
<dt>Survey Template</dt>
<dd><strong>Definition:</strong> The source definition of which questions are asked, in what order, and across which pages.<br /><strong>Description:</strong> Each answer includes a snapshot of the survey template as of submission, so the original composition remains verifiable even after the template changes.</dd>
<dt>Question</dt>
<dd><strong>Definition:</strong> A single question that was actually presented to the Client.<br /><strong>Description:</strong> It takes one of the choice, text, or number forms, and some questions appear only in response to an answer to a parent question.</dd>
<dt>Evaluation Target</dt>
<dd><strong>Definition:</strong> The subject that a question evaluates.<br /><strong>Description:</strong> Targets include not only the hospital as a whole but also the performing doctor, counselor, coordinator, and completed procedures, so the same question can appear once per target.</dd>
<dt>Submitted Answer</dt>
<dd><strong>Definition:</strong> The value the Client actually selected or entered for a question.<br /><strong>Description:</strong> Unanswered questions are returned as well, in which case the submitted answer is empty.</dd>
<dt>Query Period</dt>
<dd><strong>Definition:</strong> The submission date-time or reservation date-time range used to find answers.<br /><strong>Description:</strong> At least one of the two periods must be provided, and neither range can exceed 3 months.</dd>
</dl>
</details>


## Endpoints

- [Retrieve satisfaction survey answers](/en/docs/openapi/find-satisfaction-survey-answers.md): `POST /schedule/open/v1/queries/find-satisfaction-survey-answers`
