MinUddannelse Api

<back to all web services

HistorikBusinessIntelligenceRequest

Henter elev historik relateret til Business Intelligence

Requires Authentication
Required role:MueApi
The following routes are available for this service:
POST/muelev/businessintelligence/historik
HistorikBusinessIntelligenceRequest Parameters:
NameParameterData TypeRequiredDescription
KommuneKodebodyint?NoHent historik på elever i kommunen
PersonGuidsbodyList<Guid>NoUnik personidentifikation. Angives, hvis der kun ønskes data for enkelte personer
HistorikResponse Parameters:
NameParameterData TypeRequiredDescription
HistorikformList<HistorikDto>No
HistorikDto Parameters:
NameParameterData TypeRequiredDescription
PersonGuidformGuidNo
InstitutionsKommunekodeformstringNo
InstitutionsKommuneformstringNo
InstitutionskodeformstringNo
InstitutionsNavnformstringNo
StartdatoformDateTimeNo
SlutdatoformDateTime?No
KlassebetegnelseformstringNo
KlassetypeKodeformint?No
KlassetypeformstringNo
ElevniveauformstringNo
ErAktivformboolNo
GroupIdformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /muelev/businessintelligence/historik HTTP/1.1 
Host: api.minuddannelse.net 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	kommuneKode: 0,
	personGuids: 
	[
		00000000000000000000000000000000
	]
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	historik: 
	[
		{
			personGuid: 00000000000000000000000000000000,
			institutionsKommunekode: String,
			institutionsKommune: String,
			institutionskode: String,
			institutionsNavn: String,
			startdato: 0001-01-01,
			slutdato: 0001-01-01,
			klassebetegnelse: String,
			klassetypeKode: 0,
			klassetype: String,
			elevniveau: String,
			erAktiv: False,
			groupId: String
		}
	]
}