Get All Article Notes
The Dynamic Health EBSCO Partner API GET /content/article-notes endpoint returns a list of all article notes for a given customer. Before you can execute an article notes call, your must have the customerId query parameter and an 'Authorization' token for the request header.
To Perform an Article Notes Search (example):
Gather the following information for the request:
- An access token. Please see Use the Client Credentials Grant for further information.
- The customer id for the client that you wish to search for.
Request
GET https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-notes?customerId=customer-one
Response
{ "_metadata": { "links": [ { "rel": "self", "href": "https://apis.ebsco.com/medsapi-partner-dynamic-health/v1/content/article-notes?customerId=customer-one" } ], "totalItems": 1 }, "items": [ { "customer": { "id": "customer-one" }, "text": "This is the note body for this article", "article": { "id": "T12345" }, "lastUpdate": { "timestamp": "2017-12-02T13:08:54.473Z", "username": "msmith", "firstName": "mary", "lastName": "smith" } } ] }
Error Response Codes
The Dynamic Health partner get article notes endpoint can return one of the error response codes.