MEDSAPI Dynamic Health Documentation Title

 

 

Browse our guides and interact with our API reference for more information about MEDSAPI Dynamic Health. Try MEDSAPI Dynamic Health and learn about core concepts.

 

 

 

 

Get All Article Exclusions

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 get summary information about an excluded article.  This includes the title category and last update information.

To Perform an Excluded Article Search (example):

Gather an access token. Please see Use 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.