MinUddannelse Api

<back to all web services

GetMueKarakterInstitutionAdgangRequest

Henter institutioner med adgang til karakter

Requires Authentication
Required roles:MueApi, MueApi
The following routes are available for this service:
GET/muelev/karakter/institutionsadgang
GetMueKarakterInstitutionAdgangRequest Parameters:
NameParameterData TypeRequiredDescription
Kommunekodequeryint?NoAngives hvis der ønskes udlæst institutioner med adgang til karakter for en specifik kommune
GetMueKarakterInstitutionAdgangResponse Parameters:
NameParameterData TypeRequiredDescription
InstitutionerformIEnumerable<InstitutionKarakterDto>No
InstitutionKarakterDto Parameters:
NameParameterData TypeRequiredDescription
InstitutionsKodeformstringYesInstitutionskode tilgængelig for udlæsning af karakterer
SkoleaarformintYesSkoleår tilgængelig for udlæsning af karakterer
SidstAendretformDateTime?NoAngiver en dato for sidste ændring af fravær for skoleåret.
LinkformstringYesLink til udlæsning af karakterer for instituionen med det angivne skoleår

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/institutionsadgang HTTP/1.1 
Host: api.minuddannelse.net 
Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"institutioner":null}