Download a File

post/bdmanager.download/{typedId}/{binaryDataId}

Retrieves details of the file(s) attached to the document (specified by typedId).

Securitybasic or X-PriceFx-jwt
Request
path Parameters
typedId
required
string

typedId of the document you want to download the attachment from.

Example: 2147491329.Q
binaryDataId
required
string

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: output=file
Responses
200

OK

Response Schema:
object
Request samples
Response samples
No sample