Skip to content

Server information

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

Base URL: api/dime/server/

Method Path Description
GET retrieve information

Examples:

  • Call: api/dime/server/
  • Response:
{
    "response":{
    "meta":{
        "v":"0.9",
        "status":"OK",
        "code":200,
        "timeRef":1372150628787,
        "msg":""
    },
    "data":{
        "startIndex":0,
        "itemsPerPage":1,
        "totalResults":1,
        "entry":[
            {
                "name":"di.me Server",
                "imageUrl":"/dime-communications/static/ui/dime/register/img/dummyInstitute.png",
                "affiliation":"di.me project",
                "baseUrl":"https://localhost:8443",
                "ipAddress":"localhost"
            }
            ]
        }
    }
}

Clone this wiki locally