Adding a Followed Article POST
The DynaMed API POST /v1/user/followed-articles endpoint adds an article to the list of followed articles for a user.
Basic Adding of a Followed Article
To Add an Article to the List of Followed Articles (example):
Gather the following information for the request:
- A valid personal access token.
Request
POST https://apis.ebsco.com/medsapi-dynamed/v1/user/followed-articlesRequest Body
{
"id": "t113709",
"subscriptionType": "FOLLOW_NO_EMAILS"
}Request Body Details
| Field | Description |
|---|---|
| id | Article ID |
| subscriptionType | FOLLOW_NO_EMAILS, PRACTICE_CHANGING_UPDATES, ALL_TOPIC_UPDATES |
FOLLOW_NO_EMAILS - Follow the topic, but do NOT send emails when the article is updated
PRACTICE_CHANGING_UPDATES - Follow the article and email if the article has practice changing information
ALL_TOPIC_UPDATES - Follow the article and email for any changes to the article
Success Response
200Error Response Codes
The DynaMed POST followed articles endpoint can return one of the error response codes.
Updated 20 days ago
Did this page help you?
