Download document
Coming soon: Versioned, annotated, edited and signed documents coming in Q4 2022. Until then the documents presented via Workspace Documents API are all original documents.
Path Parameters
- id cuid required
Workspace ID
- filename string required
Name of the uploaded file
Responses
- 200
- 302
- default
A binary file or document. Content-Type may change depending on the file being returned.
For example, a PDF file would yield: application/pdf
.
- application/octet-stream
- Schema
Schema
- string binary
A response which contains a link to the file or document. Consumer must follower redirects
Response Headers
Location string
Unexpected error
- application/json
- Schema
- Example (from schema)
Schema
- code string
- message string
{
"code": "string",
"message": "string"
}
Loading...