Developer Services‎ > ‎MessagingV1‎ > ‎

Inbox/Count

Retrieves the number of open messages you have.

URL

https://secure.healthx.com/api/MessagingV1/Inbox/Count?excludeViewed={excludeViewed}

HTTP Method

GET

Parameters
  • excludeViewed: Optional, defaults to false.  If true, reviewed requests are not included in the count.

Response

<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</int>
Comments