articles
List article files
Files list for article
get/articles/{article_id}/files
Path parameters
article_idinteger required
Article Unique identifier
Query parameters
pageinteger
Page number. Used for pagination with page_size
page_sizeinteger
The number of results included on a page. Used for pagination with page
limitinteger
Number of results included on a page. Used for pagination with query
offsetinteger
Where to start the listing (the offset of the first result). Used for pagination with limit
Response
OK. List of article files
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"
}
]