Differences

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

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
api:api_institutions_id [2014/07/01 13:55] – created Lauri Elevantapi:api_institutions_id [2016/09/08 14:47] – [Response example] Lauri Elevant
Line 15: Line 15:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +==== Response example ====
 +
 +  {
 +    "status": "Online",
 +    "mode": "Internal",
 +    "name": "Sample university",
 +    "country": "EE",
 +    "location": "Tallinn",
 +    "www": null,
 +    "erasmus": null,
 +    "registration": null,
 +    "departments": "/api/institutions/1/departments",
 +    "contacts": "/api/institutions/1/contacts"
 +  }