Retrieving All Article Exclusions GET
The Dynamic Health API GET /content/article-exclusions endpoint returns a list of excluded articles. Administrators can hide Dynamic Health articles. Excluded articles will not appear for users at that specific location. Before you can execute an article exclusions call, you must have an 'Authorization' token for the request header. An administrator account can also get summary information about an excluded article. This includes the title category and last update information.
Basic All Article Exclusions Retrieval
To Perform an Excluded Article Search (example):
Gather an access token. Please see Using the Client Credentials Grant for further information.
Request
GET https://apis.ebsco.com/medsapi-dynamic-health/v1/content/article-exclusions
Response
{
"_metadata": {
"links": [
{
"rel": "self",
"href": "https://apis.ebsco.com/medsapi-dynamic-health/v1/content/article-exclusions"
}
],
"totalItems": 1
},
"items": [
{
"customer": {
"id": "my-customer-id"
},
"lastUpdate": {
"timestamp": "2020-04-27T11:19:51.507Z",
"firstName": "Mary",
"lastName": "Smith",
"username": "msmith"
},
"article": {
"id": "T915284",
"title": "Alcohol Withdrawal Syndrome",
"slug": "/skills/t915284-alcohol-withdrawal-syndrome"
}
}
]
}
Error Response Codes
The Dynamic Health get all article exclusions endpoint can return one of the error response codes.
Updated about 1 month ago
