KOPPS API for Dr.Programmes

Following endpoints return different information related to Dr. Programmes and Dr. Subjects in KOPPS

/api/kopps/v2/dr/programmes

Gets a list of all Dr.Programmes together with information about their subjects, revision, schools etc

Examples:
/api/kopps/v2/dr/programmes
/api/kopps/v2/dr/programmes?l=en

/api/kopps/v2/dr/programmes/{<[A-Za-z0-9%]+>code}/{<[0-9]+>revision}

Gets a Dr. Programme Plan for the given programme code and revision number

Examples:
/api/kopps/v2/dr/programmes/KTHBIO/20
/api/kopps/v2/dr/programmes/KTHBIO/20?l=en

/api/kopps/v2/dr/subjects/{<[A-Za-z0-9%]+>code}

Gets a Dr. Subject Plan for the given subject code

Examples:
/api/kopps/v2/dr/subjects/ARKITEKT
/api/kopps/v2/dr/subjects/ARKITEKT?l=en

/api/kopps/v2/dr/subjects/{<[A-Za-z0-9%]+>code}/{<[0-9]+>revision}

Gets a Dr. Subject Plan for the given subject code and revision number

Examples:
/api/kopps/v2/dr/subjects/ARKITEKT/125?l=en