MinUddannelse Api

<back to all web services

GetForloebsplanlaegningForKommuneRequest

Requires Authentication
Requires any of the roles:Forlag, Trivsel, Aula, Skemaprovider, Skemasubscriber, Stamdataprovider, Elevflytning, MueApi
The following routes are available for this service:
GET/statistik/kommune/forloebsplanlaegningForløb i årsplaner fordelt på årgange. Viser fordelingen mellem manuelt oprettede forløb samt forløb kopieret fra kolleger eller fra forlag. Viser om forløbet indeholder opmærkning af Fælles Mål, læringsmål, introduktion (præsentation), lærervejledning (lærernote) og om forløbet er delt i forløbsbiblioteket.
GetForloebsplanlaegningForKommuneRequest Parameters:
NameParameterData TypeRequiredDescription
SkoleaarqueryintNoAngiv start året for skoleåret. Ønsker du 2024/2025 skal du bruge 2024 som input.
StatistikForKommuneResponse<T> Parameters:
NameParameterData TypeRequiredDescription
StatistikResultatformT[]No

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

HTTP + CSV

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

GET /statistik/kommune/forloebsplanlaegning HTTP/1.1 
Host: api.minuddannelse.net 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"statistikResultat":[{"institutionNr":0,"institutionNavn":"String","klassetrin":"String","maanede":"String","antalForloeb":0,"antalKopierede":0,"antalOriginale":0,"antalKopieredeFraForlag":0,"antalMedFaellesMaal":0,"antalMedLaeringsmaal":0,"antalForloebDelte":0,"antalForloebFormaal":0,"antalForloebMetode":0,"pctKopierede":0,"pctOriginale":0,"pctKopieredeFraForlag":0,"pctMedFaellesMaal":0,"pctMedLaeringsmaal":0,"pctDeltIForloebsBiblioteket":0,"pctMedFormaal":0,"pctMedMetode":0}]}