We have 2 questions as below:
l One is about the
count of VOICE message in Inbox Folder: We are now querying `vmrest/mailbox/folders/inbox¿ to get the message count, however the number is for total Inbox messages, which includes voice/fax/email/etc.. If we wanna know the count of voice messages, which API can we use? I tried applying `type=voice¿ filter to `vmrest/mailbox/folders/inbox¿ query but it failed. The background is, we didn¿t want to use `vmrest/mailbox/folders/inbox/messages¿ since it will return all messages with details, that is we are trying to avoid for performance.
l One is about
sorting: According to CUMI API(
http://zed.cisco.com/confluence/display/CUC/CUMI+-+Specification) the sorting function is supported via ¿sortkey" and "sortorder" parameters as: sortkey=Read,ArrivalTime&sortorder=ASCENDING,DESCENDING. I tried it but it seems I failed to make it.