| 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 .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/referencedata/alleinstitutioner 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:
[
{
}
]
}