API Reference

System.echoTime

This method returns the server time stamp.


Syntax

string system.echoTime ( )

Arguments

NameTypeRequiredDefault valueDescription

Response

The response result upon a successful request.

NameTypeDescriptionExample
resultStringThe response from the request.Fri Apr 5 10:08:44 2013 EDT

Sample Response

Sample REST Response
http://api.newspark.ca/services/rest/system.echoTime
<result>Fri Apr 5 10:08:44 2013 EDT</result>
Sample JSON Response
{
    "result":"Fri Apr 5 10:08:44 2013 EDT"
}

Code examples

0 comments

Be the first to comment on echoTime.

Add a Comment

  • captcha