Get an Article Note
The Dynamic Health API GET /content/article-notes?articleId={articleId} endpoint returns a specific article note by using the articleId query parameter to filter the list of article notes for your institution. Before you can execute an article note call, you must have an 'Authorization' token for the request header.
To Perform an Article Note Search (example):
Gather the following information for the request:
- An access token. Please see Use the Client Credentials Grant for further information.
- An ID to search by.
Request
GET https://apis.ebsco.com/medsapi-dynamic-health/v1/content/article-notes?articleId=T987654
Response
{ "_metadata": { "links": [ { "rel": "self", "href": "https://apis.ebsco.com/medsapi-dynamic-health/v1/content/article-notes?articleId=T987654" } ], "totalItems": 1 }, "items": [ { "customer": { "id": "your-customer-id" }, "text": "this is a new note", "lastUpdate": { "timestamp": "2019-10-28T18:51:18.614Z", "username": "msmith", "firstName": "Mary", "lastName": "Smith" }, "article": { "id": "T987654" } } ] }
Error Response Codes
The Dynamic Health get an article note endpoint can return one of the error response codes.