# Download a File Retrieves details of the file(s) attached to the document (specified by typedId). Endpoint: POST /bdmanager.download/{typedId}/{binaryDataId} Security: basic, X-PriceFx-jwt ## Path parameters: - `typedId` (string, required) typedId of the document you want to download the attachment from. Example: "2147491329.Q" - `binaryDataId` (string, required) If the typedId is, for example, 1145.BD then the binaryDataId is 1145. Example: "1145" ## Query parameters: - `output` (string) use file to download the binary data of the file/attachment. Example: "file"