fs.fspres – Presentations of study information from FS

plan – obtain the construction table for a study programme

GET /{lang}/studieprogram/{id}/plan.json
lang string Language; either 'en' or 'nn'
id string The code identifying the study; like 'BAHF-FRAN'
response
200 OK
Content-Type: application/json
Content-Language: nn
{
  "rows": [
    { "depth": 1,
      "name": "...",
      "description": "...",
    },
    ...
  ]
}