IX Messaging API

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • hofmad
    Hot Shot
    • Sep 2014
    • 14

    IX Messaging API

    Hi all,

    I'm playing a little bit with the IX Messaging API and I would like to ask a question, but there is no API-Forum for IX Messaging, so I use this here...

    I found a small documentation about the API here:


    It is described, that there is a posible API request, to get the Messages by Mailbox ID:

    Code:
    GET
    
    Get messages by mailbox ID
    
    http://localhost:9000/ucwebapi/api/1.0/messages/mailboxes/{mailbox ID:int}
    
    Example:
    
    http://localhost:9000/ucwebapi/api/1.0/messages/mailboxes/1
    But when I try this, I get a 404 Error, which means, that this is not available...
    All other API calls, that I try, are working fine.

    Can anybody help me with this?
Loading