Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 993 Bytes

getStudent.md

File metadata and controls

41 lines (37 loc) · 993 Bytes

🔙

GET /students/:id

Returns an object of given student with available documents

Example response:

{
  "data": {
    "id": "bra2001",
    "firstName": "Brage",
    "lastName": "Dahle",
    "fullName": "Brage Dahl",
    "birthdate": "2009-01-20T00:00:00.000Z",
    "username": "bra2001",
    "mail": "[email protected]",
    "mobile": "",
    "schoolId": "TESVS",
    "schoolName": "Testen videregående skole",
    "schoolShortName": "Testen vgs",
    "classId": "TESVS:TEST",
    "classShortId": "TEST",
    "utdanningsprogram": {
      "kode": "BA",
      "type": "yrkesfaglig",
      "tittel": {
        "default": "Bygg- og anleggsteknikk",
        "nob": "Bygg- og anleggsteknikk",
        "nno": "Bygg- og anleggsteknikk"
      },
      "kortform": {
        "default": "Bygg- og anleggsteknikk",
        "nob": "Bygg- og anleggsteknikk",
        "nno": "Bygg- og anleggsteknikk"
      }
    }
  }
}