Differences

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

Link to this comparison view

Next revision
Previous revision
api:api_courses_id [2014/07/01 22:29] – created Lauri Elevantapi:api_courses_id [2021/01/21 12:51] (current) – external edit 127.0.0.1
Line 15: Line 15:
   Content-Type: application/json   Content-Type: application/json
   Content-Length: 1234   Content-Length: 1234
 +
 +==== Response example ====
 +
 +  {
 +    "status": "Online",
 +    "updated": "2014-06-20T11:00:15+00:00",
 +    "institution": "/api/institutions/1",
 +    "intakes": {
 +        "1": "/api/intakes/1"
 +    },
 +    "featured": false,
 +    "type": "UG",
 +    "awards": [
 +        {
 +            "abbr": "BSc",
 +            "full": ""
 +        }
 +    ],
 +    "name": "Sample under-graduate course",
 +    "mode": "FT",
 +    "duration": "3 years",
 +    "credits": null,
 +    "language": "en",
 +    "country": "EE",
 +    "location": "Tallinn",
 +    "code": null,
 +    "quota": null,
 +    "prospect": {
 +        "uri": null
 +    }
 +  }