| Required role: | MueApi |
| GET | /muelev/referencedata/alleinstitutioner | Hent informationer om alle institutioner i institutionsregisteret. |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| InkluderFiktiveInstitutioner | query | bool | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| InstEjerKoder | form | List<InstitutionerResponseInstEjerDto> | No | |
| InstTyper | form | List<InstitutionerResponseInstTypeDto> | No | |
| Institutioner | form | List<AlleInstitutionerResponseInstDto> | 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 | |
| Laengdegrad | form | decimal? | No | Laengdegrad - Geografiske koordinater, for placering af institutionen. |
| Breddegrad | form | decimal? | No | Breddegrad - Geografiske koordinater, for placering af institutionen. |
| 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 | |
| Nedlagt | form | DateTime? | No | Dato for nedlæggelsen af institutionen jf. det officielle institutionsregister. |
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
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /muelev/referencedata/alleinstitutioner HTTP/1.1 Host: api.minuddannelse.net Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"instEjerKoder":[{}],"instTyper":[{}],"institutioner":[{}]}