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.

 

 

 

 

Continuing Education Counter

The Dynamic Health API GET  /user/ce-counter endpoint returns the continuing medical education credits for a user.  Before you can execute a continuing education counter call, you must have an 'ID' 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-dynamic-health/v1/user/ce-counter&monthsCount=24

Response

{
"links" [
     {
        "rel": "self",
        "href": "/ce-counter?monthsCount=24"
     }
  ],
  "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 .