Retrieving All Article Exclusions
The Dynamic Health EBSCO Partner GET /content/article-exclusions endpoint returns a list of Dynamic Health articles that Administrators have hidden (excluded) from their 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 the customerId query parameter and an 'Authorization' token for the request header.
Basic Retrieving of All Article Exclusions
To Perform a Get All Article Exclusions Search (example):
Gather the following information for the request:
- An access token. Please see Using the Client Credentials Grant for further information.
- The customer id for the client that you wish to search for.
Request
GET https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-exclusions?customerId=customer-one
Response
{
"_metadata": {
"links": [
{
"rel": "self",
"href": "https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-exclusions?customerId=customer-one"
}
],
"totalItems": 1
},
"items": [
{
"customer": {
"id": "customer-one"
},
"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 EBSCO Partner endpoints can return one of the error response codes.
Updated 23 days ago
