v2

latestOpenAPI 3.0.3Apache 2.02026-07-31158109678.6 KB
articles

List private links

List private links

get/account/articles/{article_id}/private_links

Path parameters

article_idinteger required

Article unique identifier

Response

OK. Article private links

idstring required

Private link id

is_activeboolean required

True if private link is active

expires_datestring required

Date when link will expire

html_locationstring url required

HTML url for private link

Example response

[
  {
    "id": "0cfb0dbeac92df445df4aba45f63fdc85fa0b9a888b64e157ce3c93b576aa300fb3621ef3a219515dd482",
    "is_active": true,
    "expires_date": "2015-07-03T00:00:00",
    "html_location": "https://figshare.com/s/d5ec7a85bcd6dbe9d9b2"
  }
]