REST web service interface

GET time

Updated, 2012-06-19 14:28

Returns the server date in Unix timestamp format.

Resource Information

Rate Limited? No
Authentication Optional
Response Formats json,xml
HTTP Methods GET
Response Object Date

Resource URL

https://ecommerce.dexero.com/service/rest/2/merchant/catalog/time.format

Example Request

https://ecommerce.dexero.com/service/rest/2/merchand/catalogue/time.json

Example Response

XML JSON
{
  "date" : {
    "timestamp" : 1341001682288
  }
}

Response Object "Date"

Field Data type Description
timestamp long The date in Unix format timestamp.