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

Basic Retrieving of Content Set Exclusions

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

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