Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

scottcowan/dfe-edubase2-soapapi-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFE Edubase2 .Net SOAP client

crest
Build Build status
.Net Client

An API client for Edubase2

The Department for Education's register of educational establishments in England and Wales.

Usage

Authentication

You will need to register an account with the DFE, follow the instructions here

Find all the HEI establishments

var client = new EstablishmentClient("username", "password");
var results =
    client.FindEstablishments(new EstablishmentFilter
    {
        TypeOfEstablishment = EstablishmentType.HigherEducationInstitutions,
        Fields = new StringList {"UKPRN"}
    });

Find all the establishments

var client = new EstablishmentClient("username", "password");
var results = client.FindEstablishments();

About

DFE Edubase2 Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages