GetBroadcastMessageCount
This command is used to determine the total number of messages in a broadcast message as well as the current number of unread messages in a broadcast.
https://webservices.appmobi.com/pushmobi.aspx?CMD=GetBroadcastMessageCount&authuser=[User Name]&authpw=[User
Password]&appname=[Application Name]&id=[Broadcast Message ID]Description:
This command is used to determine the total number of messages in a broadcast message as well as the current number of unread messages in a broadcast. For example, a good return message from this command will look like this:
function name="getbroadcastmessagecount" return="ok" msg="" total="50" unread="3"


