Retrieving Followed Specialties GET

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

Basic Retrieving of Followed Specialities

To Get Specialties 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-specialties

Response

{  
  "_metadata": {  
    "totalItems": 1,  
    "links": [  
      {  
        "rel": "self",  
        "href": "https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-specialties"  
      }  
    ]  
  },  
  "items": [  
    {  
      "id": "allergy",  
      "title": "Allergy"  
      }  
    }  
  ]  
}

Error Response Codes

The DynaMed GT followed specialties endpoint can return one of the error response codes

.