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