# Get Document Contents **GET /transactions/{transactionId}/documents/{documentId}** Returns the content of the specified form or document. If a form GUID is specified, returns it as a PDF. Otherwise returns the document in its existing format. Optionally append `/` to the URL to specify the form version or document version number. ## Servers - Production: https://ws.zipformplus.com/api (Production) - Staging/QA: https://api.pre.zipformplus.com/api (Staging/QA) ## Authentication methods - Context auth ## Parameters ### Path parameters - **transactionId** (string(uuid)) Transaction GUID - **documentId** (string) Document ID or Form GUID ## Responses ### 200 Document contents returned as a byte stream ### 401 Unauthorized ### 403 Blank PDF Not Allowed — form has no user-entered contents ### 404 Document not found [Powered by Bump.sh](https://bump.sh)