v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

Single File

View details of file for specified article

get/account/articles/{article_id}/files/{file_id}

Path parameters

article_idinteger required

Article unique identifier

file_idinteger required

File unique identifier

Response

OK. Article private file

idinteger required

File id

namestring required

File name

sizeinteger required

File size

is_link_onlyboolean required

True if file is hosted somewhere else

download_urlstring url required

Url for file download

supplied_md5string required

File supplied md5

computed_md5string required

File computed md5

mimetypestring

MIME Type of the file, it defaults to an empty string

Example response

{
  "id": 3000002,
  "name": "test.xls",
  "size": 14848,
  "download_url": "https://ndownloader.figshare.com/files/3000002",
  "supplied_md5": "043a51806d646e88cafbf19e7b82846f",
  "computed_md5": "043a51806d646e88cafbf19e7b82846f",
  "mimetype": "application/pdf"
}