# Get download links for a Doc's Gzipped archives Returns all the download links to your Gzipped docs. Get the latest export by sorting on created_on and selecting result"_embedded"0"path" Endpoint: GET /v2/document Version: 1.0.0 Security: BearerAuth ## Query parameters: - `filter[0][field]` (string, required) Enum: "account" - `filter[0][type]` (string, required) Enum: "eq" - `filter[0][value]` (integer, required) Example: 123456789 - `filter[1][field]` (string, required) Enum: "properties" - `filter[1][type]` (string, required) Enum: "eq" - `filter[1][value]` (string, required) JSON string with edition filter Example: "{\"edition\":\"abc123\"}" - `filter[2][field]` (string, required) Enum: "filetype" - `filter[2][type]` (string, required) Enum: "eq" - `filter[2][value]` (string, required) Example: "application/gzip" - `order-by[0][type]` (string) a fixed value Enum: "field" - `order-by[0][field]` (string) The field to sort by Example: "created_on" - `order-by[0][direction]` (string) Descending or ascending. Enum: "desc", "asc" ## Response 200 fields (application/json): - `_links` (object) - `_links.self` (object) - `_links.self.href` (string) Example: "https://api.foleon.com/..." - `_links.first` (object) - `_links.last` (object) - `page_count` (integer) - `page_size` (integer) - `total_items` (integer) - `page` (integer) - `count` (integer) - `total` (integer) - `_embedded` (object) - `_embedded.document` (array) - `_embedded.document.name` (string) - `_embedded.document.filename` (string) - `_embedded.document.filesize` (integer) - `_embedded.document.properties` (object) - `_embedded.document.properties.edition` (integer) - `_embedded.document.upload_store` (string) - `_embedded.document.metadata` (array) - `_embedded.document.id` (integer) - `_embedded.document.created_on` (string) - `_embedded.document.modified_on` (any) - `_embedded.document.topiary` (object) ## Response 400 fields ## Response 401 fields