Retrieving Customers with Excluded Articles
The Dynamic Health EBSCO Partner API GET /content/article-exclusion-customers endpoint returns a list of customers who have excluded articles. Before you can execute an excluded articles customers call, you must have an 'Authorization' token for the request header.
Basic Retrieving of Customers with Excluded Articles
To Perform a Get All Customers Excluded Articles Search (example):
Gather an access token for the request. Please see Using the Client Credentials Grante for further information.
Request
GET https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-exclusion-customers
Response
{
"_metadata": {
"links": [
{
"rel": "self",
"href": "https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-exclusion-customers"
}
],
"totalItems": 1
},
"items": [
{
"id": "customer-one"
}
]
}
Error Response Codes
The Dynamic Health Partner endpoints can return one of the error response codes.
Updated 23 days ago
