simplepractice_get_document_request
Fetch a specific client document request, including its body, questions, and answers already provided. Use the request ID to retrieve details, with an option for a compact or full response.
Instructions
One document request in full, including its body or its questions and the answers already given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The document request id. | |
| view | No | Response shape: "compact" (default) drops fields the response already carries elsewhere; "full" returns every field this server understands. compact returns the slim projection where one exists and strips image URLs elsewhere; "full" returns SimplePractice's whole records. |