MEDSAPI DH Partner Documentation Title

 
Dynamic Health Partner

 

Browse our guides and interact with our API reference for more information about MEDSAPI EBSCO Partner. Try the API and learn about core concepts.

 

 

 

 

Get 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. 

To Perform a Get All Article Exclusions Search (example):

Gather the following information for the request:

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.