---
title: "Download a File"
method: GET
path: "/bdmanager.download/{typedId}/{binaryDataId}"
tags: ["Attachments"]
---

# Download a File

`GET /bdmanager.download/{typedId}/{binaryDataId}`

Retrieves details of the file(s) attached to the document (specified by typedId). Same behavior as POST `/bdmanager.download/{typedId}/{binaryDataId}`. If output=file is used, returns the binary file.

## Query parameters

- `output` string

## Response `200`

File metadata or content.

- object
  - `response` object
    - `data` object[]
      - `version` integer
      - `typedId` string
      - `embeddedOwner` string, nullable
      - `fileName` string
      - `contentType` string
      - `length` integer
      - `userGroupEdit` string, nullable
      - `userGroupViewDetails` string, nullable
      - `createdByName` string
      - `lastUpdateByName` string, nullable
      - `latestUploadStatusId` integer
      - `sentViaEmail` boolean
      - `sender` string, nullable
      - `recipients` string, nullable
      - `createDate` string
      - `createdBy` integer
      - `lastUpdateDate` string
      - `lastUpdateBy` integer
    - `status` integer

---

[API](https://skmtc.net/pricefx/apis/the-pricefx-backend-api.md) · [All operations](https://skmtc.net/pricefx/apis/the-pricefx-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pricefx/the-pricefx-backend-api/versions/0850b5d6be73/schema)
