MEDS API Documentation Title

 

 

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

 

 

 

 

Getting Followed Articles for a User

The DynaMed API GET  /user/followed-articles endpoint returns metadata for articles followed by a user.  

To Get Article Metadata followed by a user (example):

Gather the following information for the request:

  • A valid personal access token.

Request

GET https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-articles

Response

{
  "_metadata": {
    "totalItems": 1,
    "links": [
      {
        "rel": "self",
        "href": "https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-articles"
      }
    ]
  },
  "items": [
    {
      "id": "t919792",
      "title": "Acid-base Abnormalities - Approach to the Patient",
      "slug": "/approach-to/acid-base-abnormalities-approach-to-the-patient"
      }
    },
    ...
  ]
} 

Error Response Codes

The DynaMed articles endpoint can return one of the error response codes.