Get Detailed Claims
The DynaMed API GET /user/detailed-claims endpoint allows you to retrieve a list of claimed credits.
To Perform a Get Detailed Claims request (example):
Gather the following information for the request:
- An Personal Access Token for a user that has consent enabled.
- A startDate and an endDate (format: YYYY-MM-DD), as well as a page and pageSize. page will default to 1 and pageSize will default to 10.
Request
GET https://apis.ebsco.com/medsapi-dynamed/v1/user/detailed-claims?startDate=2020-10-23&endDate=2020-11-17&page=2&pageSize=10
Response
{ "_metadata": { "totalItems": 3, "totalPages": 3, "page": 1, "pageSize": 1, "links": [ { "rel": "self", "href": "https://apis.ebsco.com/medsapi-dynamed/v1/user/detailed-claims?startDate=2020-10-23&endDate=2020-11-17&page=2&pageSize=10" // first, last, next, and prev links will be added when applicable } ], "items": [ { "id": 1, "certificateType": "ASCOFAME", "degreeFullName": "Default degree for ASCOFAME credit type", "submitDate": "2020-10-28T08:54:51.595Z", "credits": [ { "id": 2, "articles": [ { "id": "T999999", "links": [ { "rel": "self", "href": "https://apis.ebsco.com/medsapi-dynamed/v1/articles/T907696" } ], "title": "Gadobenate", "accessTime": "2020-10-28T08:54:22.785Z", "section": [ { "id": "7365", "title": "Dosing & Indications", "accessTime": "2020-10-28T08:54:22.785Z" } ], "creditHours": 0.5, "creditType": "ASCOFAME" } ] } ] } ] } }
Error Response Codes
The DynaMed Get Detailed Claims endpoint can return one of the error response codes.