MEDSAPI Dynamic Health Documentation Title

 

 

Browse our guides and interact with our API reference for more information about MEDSAPI Dynamic Health. Try MEDSAPI Dynamic Health and learn about core concepts.

 

 

 

 

Get Article Views

The Dynamic Health GET /user/article-views endpoint returns a list of the most recently viewed article titles, ids and time stamps.  Before you can execute an article views call, you must have an 'ID' token for the request header.  The user ID, product family and user profile will be obtained from the token.  You may also indicate a maximum items returned limit.

Request

GET https://apis.ebsco.com/medsapi-dynamic-health/v1/user/article-views&maxItems=2

Response

{
 "_metadata": {
   "totalItems": "2",
   "links" [
        {
            "rel": "self",
            "href": "https://apis.ebsco.com/dynamed-health/user/recent-articles&maxItems=2"
        }
    ],
  },
  "items": [
    {
      "id": "t1601951700830",
      "title": "Heart Murmur, Adult",
      "lastViewTimestamp": "2020-10-19T19:04:03Z"
    },
    {
      "id": "t1594624278307",
      "title": "Cardiac Positron Emission Tomography (PET)",
       "lastViewTimestamp": "2020-10-19T19:03:59Z"
    }
  ]
}

Error Response Codes

The Dynamic Health GET article views endpoint can return one of the error response codes .