Messages REST Endpoints

Description

Messages
The operations from the Messages category.
Determine if given recipients are valid
Method: post
Path: /20241001/actions/validateRecipients
Get a list of messages received by a patient
Method: get
Path: /20241001/patientMessages/inboxItems
Get a list of messages sent by a patient
Method: get
Path: /20241001/patientMessages/sentItems
Get detailed information about a message
Method: get
Path: /20241001/patientMessages/{patientMessageId}
Send a message to a set of recipients
Method: post
Path: /20241001/patientMessages/sentItems
Update the status of the messages
Method: post
Path: /20241001/actions/updatePatientMessageStatus