Required role: | MueApi |
GET | /muelev/skoleinfo/institutioner | Hent informationer om de institutioner der findes i kommunen. |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
KommuneKode | query | int? | Yes |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
InstEjerKoder | form | List<InstitutionerResponseInstEjerDto> | No | |
InstTyper | form | List<InstitutionerResponseInstTypeDto> | No | |
Institutioner | form | List<InstitutionerResponseInstDto> | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
EjerTekst | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
Id | form | int | No | |
InstType | form | string | No |
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
OrganisationsNummer | form | string | No | |
Navn | form | string | No | |
InstitutionKode | form | string | No | |
Kommunekode | form | string | No | |
CvrNummer | form | long? | No | |
PNummer | form | long? | No | |
Adresse | form | string | No | |
Postnummer | form | string | No | |
Bynavn | form | string | No | |
Telefon | form | string | No | |
form | string | No | ||
EjerkodeId | form | int? | No | |
Makstrin | form | int? | No | |
InstitutionTypeId | form | int? | No | |
BeliggenhedsKommunekode | form | string | No | |
HovedInstitutionKode | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /muelev/skoleinfo/institutioner HTTP/1.1 Host: api.minuddannelse.net Accept: text/jsv
HTTP/1.1 200 OK Content-Type: text/jsv Content-Length: length { instEjerKoder: [ { } ], instTyper: [ { } ], institutioner: [ { } ] }