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.

 

 

 

 

Continuing Education Counter

The Dynamed API GET  /user/ce-counter CME endpoint to deliver CME credit counts for my end users.  Before you can execute a continuing education counter call, you must have a personal user access token for the request header.  The user ID and product family will be obtained from the token.  You may also optionally indicate a months count return limit. The endpoint returns three types of credits: available, prepared and claimed.  Available credits are for content that has been reviewed.  Prepared credits are for content that has been reviewed and information needed by the accreditor has been created.  Claimed credits are those which have been submitted for consideration to the accreditor.

Request

GET https://apis.ebsco.com/medsapi-dynamed/v1/products/productId/user/ce-counter?monthsCount=12

Response

{
"links" [
     {
        "rel": "self",
        "href": "https://apis.ebsco.com/medsapi-dynamed/v1//ce-counter?monthsCount=12"
     }
  ],
  "available": 0,
  "prepared": 1.5,
  "claimed": 18.56
}

Error Response Codes

The Dynamic Health GET continuing education credits endpoint can return one of the error response codes .