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.

 

 

 

 

Store Article Views

The Dynamic Health POST /user/store-article-views endpoint stores one or more sets of viewing information for the user.  These sets of viewing information can later be used by the caller to show recent activity for that user.   Before you can execute a store article views call, you must have an 'ID' token for the request header. The user ID and product family will be obtained from the token.

Request

POST https://apis.ebsco.com/medsapi-dynamic-health/v1/user/article-views

Request Body

{
"items": [
    {
     "article": {
         "id": "T116388",
         "title": "Acute Lymphoblastic Leukemia/Lymphoma (ALL)",
         "section": {
            "title": ""
         }
      },
      "eventType": "OPEN_ITEM",
      "prevSearchTerm": "",
      "timestamp": "2020-10-19T19:04:03Z"
    }
  ]
}

Response

content-length: 0 
date: Tue, 20 Oct 2020 19:10:42 GMT

Error Response Codes

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