articles
Article Embargo Details
View a private article embargo details
get/account/articles/{article_id}/embargo
Path parameters
article_idinteger required
Article unique identifier
Response
OK. Embargo for article
Example response
{
"is_embargoed": true,
"embargo_date": "2018-05-22T04:04:04",
"embargo_type": "file",
"embargo_title": "File(s) under embargo",
"embargo_options": [
{
"id": 13,
"type": "ip_range",
"group_ids": [],
"ip_name": "bacau"
},
{
"id": 12,
"type": "logged_in",
"ip_name": "",
"group_ids": [
550,
9448
]
}
]
}