Meetingswitch Core

XML-RPC Web Services

About

Meetingswitch Core offers an XML-RPC endpoint for communication with the system. For help, this server supports the XML-RPC introspection methods system.listMethods(), system.methodSignature(), and system.methodHelp().

Endpoints for XML-RPC Clients

https://api.meetingswitch.net/xmlrpc/{VERSION}/{APIKEY}

TODO



Versions

Errors

Code Error Description
204 No Content There was no content found for client
400 Bad Request Client request was not well formed
401 Unauthorized API Key unknown / User unknown
403 Forbidden API Key is not active / User is not active
404 Not Found There was no content found
409 Conflict External ID is not found for API Key
412 Precondition Failed Client is not valid for choosen API Key
500 Internal Server Error unexpected server condition
501 Not Implemented used by test method (mice.getExceptionResponse)

Methods