Retrieve Medical Record
Retrieves the entire medical record object for the specified member.
Request
GET
/user/v1member/:id/medicalrecord
Path Parameters
id string : required
The unique identifier of the member.
Query Parameters
No parameters
Example
curl -XGET 'https://platform.wellviasolutions.com/user/v1/member/{memberid}/medicalrecord' \
-u 'Bearer:{your_token}'GET https://platform.wellviasolutions.com/user/v1/member/{memberid}/medicalrecord HTTP/1.1Response
A Medical Record Object if a valid identifier was provided.
Updated 7 months ago
