Patient Message Count

POST {{baseUrl}}/get_patient_message_count/execute

This function will provide the number of various types of messages that are associated to a patient based on either the MRN or the patient id.

Request Body

{"patient_mrn"=>"<string>", "patient_id"=>"<string>", "start_date"=>"<string>", "end_date"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

[{&quot;count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;message_type&quot;:&quot;\u003cstring\u003e&quot;},{&quot;count&quot;:&quot;\u003cnumber\u003e&quot;,&quot;message_type&quot;:&quot;\u003cstring\u003e&quot;}]