MinUddannelse Api

<back to all web services

GetMueKarakterRequest

Henter karakterer

Requires Authentication
Required roles:MueApi, MueApi
The following routes are available for this service:
GET/muelev/karakter/{InstitutionsKode}/{skoleaar}
GET/muelev/karakter/{InstitutionsKode}/{skoleaar}/{uniId}
GetMueKarakterRequest Parameters:
NameParameterData TypeRequiredDescription
InstitutionsKodepathstringYesInstitutionskode til afgrænsning af resultatet
SkoleaarpathintYesSkoleår til afgrænsning af resultatet
UniIdpathstringNoUniId til afgrænsning af resultatet

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /muelev/karakter/{InstitutionsKode}/{skoleaar} HTTP/1.1 
Host: api.minuddannelse.net 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

[{"personGuid":"00000000000000000000000000000000","skoleaar":"String","institutionskode":"String","karakter":[{"karakterVaerdi":0,"karakterTekst":"String","karakterType":"Stp1","erSygeProeveKarakter":false,"disciplinNavn":"String","fagNavn":"String"}]}]