projects
Project article list files
List article files
get/account/projects/{project_id}/articles/{article_id}/files
Path parameters
project_idinteger required
Project unique identifier
article_idinteger required
Project Article unique identifier
Response
OK. List of 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"
}
]