<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:| Name | Parameter | Data Type | Required | Description |
|---|
| Kommunekode | query | int? | No | Angives hvis der ønskes udlæst institutioner med adgang til karakter for en specifik kommune |
GetMueKarakterInstitutionAdgangResponse Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| Institutioner | form | IEnumerable<InstitutionKarakterDto> | No | |
InstitutionKarakterDto Parameters:| Name | Parameter | Data Type | Required | Description |
|---|
| InstitutionsKode | form | string | Yes | Institutionskode tilgængelig for udlæsning af karakterer |
| Skoleaar | form | int | Yes | Skoleår tilgængelig for udlæsning af karakterer |
| SidstAendret | form | DateTime? | No | Angiver en dato for sidste ændring af fravær for skoleåret. |
| Link | form | string | Yes | Link 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 .csv suffix or ?format=csv
HTTP + CSV
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: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{"institutioner":null}