API Reference


These methods give you greater control over the New Spark Media Platform. Useful for testing data and to create more concise scripts.
System.echoData

The system method will return back to you exactly what you are sending. Use this to check method endpoints and required arguments for the services.

read more »
System.echoTime

This method returns the server time stamp.

read more »
System.echoTimeStamp

Returns server time stamp.

read more »
System.echoTimeZone

This method returns server timezone.

Please note: This method does not require or take any parameters.

read more »
System.multicall

This method allows you to wrap multiple methodcalls in one service request. This method is compatible with the XML-RPC multicall specification.

Every request should be struct with a "methodName" and a "params" key. The "params" array may not be an associative array, it must be anindexed array. This means that you must provide each parameter in its correct order to the services you are read more »