| Required role: | Elevflytning | Requires any of the roles: | Forlag, Trivsel, Aula, Skemaprovider, Skemasubscriber, Stamdataprovider, Elevflytning, MueApi |
| GET | /muelev/elevflytning/elevdata |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Cpr | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Elev | form | ElevDto | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Historik | form | IEnumerable<HistorikDto> | No | |
| Karakterer | form | IEnumerable<KarakterDto> | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| PersonGuid | form | Guid | No | |
| InstitutionsKommunekode | form | string | No | |
| InstitutionsKommune | form | string | No | |
| Institutionskode | form | string | No | |
| InstitutionsNavn | form | string | No | |
| Startdato | form | DateTime | No | |
| Slutdato | form | DateTime? | No | |
| Klassebetegnelse | form | string | No | |
| KlassetypeKode | form | int? | No | |
| Klassetype | form | string | No | |
| Elevniveau | form | string | No | |
| ErAktiv | form | bool | No | |
| GroupId | form | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Elev_Personnummer | form | string | No | |
| Skoleaar | form | string | No | |
| Fag | form | string | No | |
| Fagart | form | string | No | |
| Trin | form | string | No | |
| Kategori | form | string | No | |
| Karakter | form | string | No | |
| Laeseplan_10kl | form | string | No | |
| K_Paafoer | form | string | No | |
| Udtalelse_Vedlagt | form | string | No | |
| UdtalelseTekst | form | string | No | |
| UdtalelseKaraktertype | form | string | No | |
| LaeseplanDisciplin | form | string | No | |
| LaeseplanProeveNiveua | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /muelev/elevflytning/elevdata HTTP/1.1 Host: api.minuddannelse.net Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<GetElevDataResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ekstern.Api.Services.MUElev.Elevflytning.ElevData.IO">
<Elev xmlns:d2p1="http://schemas.datacontract.org/2004/07/Ekstern.Api.Dto.ElevData">
<d2p1:Historik i:nil="true" />
<d2p1:Karakterer i:nil="true" />
</Elev>
</GetElevDataResponse>