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 Content Set Exclusions

The Dynamic Health Partner GET /content/content-set-exclusions endpoint returns a list of excluded content sets.  Administrators can hide Dynamic Health content sets.  Excluded content sets will not appear for users at that specific location.  Before you can execute a content set exclusions call, you must have an 'Authorization' token for the request header.

To Perform a Get Content Set Exclusions Call (example):

Gather an access token. Please see Use the Client Credentials Grant for further information. You must supply the customer ID that is tied to the excluded content set.

Request

GET https://apis.ebsco.com/medsapi-dynamic-health/v1/content/content-set-exclusions&customerId=n12345

Response

{
    "_metadata": {
        "totalItems": 1,
        "links": [
            {
                "rel": "self",
                "href": "https://apis.ebsco.com/medsapi-dynamic-health/v1/content/content-set-exclusions"
            }
        ]
    },
    "items": [
        {
            "contentSet": "drug-monographs",
            "type": "pubType"
        }
    ]
}

Error Response Codes

The Dynamic Health Partner get content set exclusions endpoint can return one of the error response codes.