Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
api:api_institutions [2014/07/01 22:20] Lauri Elevantapi:api_institutions [2014/07/23 22:20] Lauri Elevant
Line 26: Line 26:
   Content-Length: 1456   Content-Length: 1456
   X-Count: 1   X-Count: 1
 +
 +==== Response example ====
 +
 +  {
 +    "1": {
 +        "status": "Online",
 +        "name": "Sample university",
 +        "country": "EE",
 +        "location": "Tallinn",
 +        "www": null,
 +        "erasmus": null,
 +        "registration": null,
 +        "departments": "/api/institutions/1/departments",
 +        "contacts": "/api/institutions/1/contacts"
 +    }
 +  }