<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/ports</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=7626353" />
  <subtitle>Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/ports</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=7626353</id>
  <updated>2013-05-22T15:57:40Z</updated>
  <dc:date>2013-05-22T15:57:40Z</dc:date>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7691802" />
    <author>
      <name>Valerie Kan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7691802</id>
    <updated>2012-10-16T05:57:53Z</updated>
    <published>2012-10-16T05:57:53Z</published>
    <summary type="html">Anil, thanks so much for the info. While I am at it, is there a way to get the "Total Size of All Voice Messages and Attachments" via any of the interfaces? I am referring to the one shown in the "Edit Mailboxstore" cuc admin page. Thanks again.</summary>
    <dc:creator>Valerie Kan</dc:creator>
    <dc:date>2012-10-16T05:57:53Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7691363" />
    <author>
      <name>Valerie Kan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7691363</id>
    <updated>2012-10-16T05:12:17Z</updated>
    <published>2012-10-16T05:12:17Z</published>
    <summary type="html">Thanks for the code sample. It is great. I understand now.</summary>
    <dc:creator>Valerie Kan</dc:creator>
    <dc:date>2012-10-16T05:12:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7690897" />
    <author>
      <name>Anil Verma</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7690897</id>
    <updated>2012-10-16T04:26:04Z</updated>
    <published>2012-10-16T04:26:04Z</published>
    <summary type="html">Check out the sample code here for finding out the mailbozes that are over quota - 
[url=http://developer.cisco.com/web/cuc/docs/-/document_library_display/l7Hw/view/4479360?_110_INSTANCE_l7Hw_redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcuc%2Fdocs%3Fp_p_id%3D110_INSTANCE_l7Hw%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_pos%3D1%26p_p_col_count%3D2]VoiceMailQuotaReportSample[/url]
 </summary>
    <dc:creator>Anil Verma</dc:creator>
    <dc:date>2012-10-16T04:26:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7659439" />
    <author>
      <name>Valerie Kan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7659439</id>
    <updated>2012-10-15T23:49:38Z</updated>
    <published>2012-10-15T23:49:38Z</published>
    <summary type="html">I see. No big brother spying. 
If that's the case, what would be the quickest way using any of the available APIs to get a list of mailboxes and whether they have exceeded quota? That's actually what I am after. 
Thanks for your help in advance.
 </summary>
    <dc:creator>Valerie Kan</dc:creator>
    <dc:date>2012-10-15T23:49:38Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7629255" />
    <author>
      <name>Anil Singh</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7629255</id>
    <updated>2012-10-15T08:27:46Z</updated>
    <published>2012-10-15T08:27:46Z</published>
    <summary type="html">Hi Kan,
we use below REST API to aceess mailbox details for normal voice mail user and for that we need credential of that voice mail user, its not accessible using admin account and there is no any settings for that.
[url=https://10.102.90.11/vmrest/mailbox]https://10.102.90.11/vmrest/mailbox [/url]
 
Admin can access below url:
1) https://X.X.X.X/vmrest/mailboxstores
you can get mailboxstoredetails with mailboxstoreobjectid "20f8e46e-9604-4cdc-bea9-ef9871446a0f"
2) https://X.X.X.X/vmrest/mailboxstores/20f8e46e-9604-4cdc-bea9-ef9871446a0f/mailboxes
you can get total mailboxes.
 
Thanks
Anil Singh</summary>
    <dc:creator>Anil Singh</dc:creator>
    <dc:date>2012-10-15T08:27:46Z</dc:date>
  </entry>
  <entry>
    <title>RE: Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/po</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7627514" />
    <author>
      <name>Anil Verma</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7627514</id>
    <updated>2012-10-15T06:53:15Z</updated>
    <published>2012-10-15T06:53:15Z</published>
    <summary type="html">Look at this blog post, it would help - 
[url=http://developer.cisco.com/web/cuc/blogroll/-/blogs/using-cumi-as-administrator-to-look-at-user-mailboxes?_33_redirect=http%3A%2F%2Fdeveloper.cisco.com%2Fweb%2Fcuc%2Fblogroll%3Fp_p_id%3D33%26p_p_lifecycle%3D0%26p_p_state%3Dnormal%26p_p_mode%3Dview%26p_p_col_id%3Dcolumn-1%26p_p_col_count%3D1]Accessing a users mailbox[/url]</summary>
    <dc:creator>Anil Verma</dc:creator>
    <dc:date>2012-10-15T06:53:15Z</dc:date>
  </entry>
  <entry>
    <title>Can't get data for vmrest/mailbox but ok for vmrest/users and vmrest/ports</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7626352" />
    <author>
      <name>Valerie Kan</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=7626352</id>
    <updated>2012-10-15T05:36:44Z</updated>
    <published>2012-10-15T05:36:24Z</published>
    <summary type="html">I have a test unity connection server and just trying to play with the CUPI and CUMI etc. I manged to just use a browser and the following URLs to get to users and ports data. [url=https://10.102.90.11/vmrest/users]https://10.102.90.11/vmrest/users[/url] [url=https://10.102.90.11/vmrest/ports]https://10.102.90.11/vmrest/ports[/url] but I can't get to mailbox data using [url=https://10.102.90.11/vmrest/mailbox]https://10.102.90.11/vmrest/mailbox[/url] Is there anything different to mailbox, any service or parameters I have to enable, any specific roles I need for the credential I use? Thanks in advance.</summary>
    <dc:creator>Valerie Kan</dc:creator>
    <dc:date>2012-10-15T05:36:24Z</dc:date>
  </entry>
</feed>

