Skip to content
Borja Gorriz edited this page Sep 23, 2013 · 3 revisions

Base URL: /api/dime/system/ping

Method Path Description
GET Returns an empty ping message

Examples:

  • Call: api/dime/system/ping
  • Response:
{
"response":{
"meta":{
         "v":"0.9",
         "status":"OK",
         "code":200,
         "timeRef":"2011-08-30T15:01:59+02:00",
         "msg": ""
      }
}

Clone this wiki locally