Get Past Course Organisation
API returns GeoJSON location of past courses within a certifying organisation. The location is the location of the training center where this course will be held.
GET /en/qgis/certifyingorganisation/geospatial-training-solutions/feed/past-course/?format=api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-3.525132676095582,
50.733966083426694
]
},
"properties": {
"name": "QGIS_Introduction to QGIS, Spatial Data and Spatial Analysis, CRPR, University of Exeter_2019-05-12-2019-05-13",
"start_date": "2019-05-13",
"end_date": "2019-05-14",
"course_type_name": "Introduction to QGIS, Spatial Data and Spatial Analysis, CRPR, University of Exeter",
"course_convener_name": "Nick Bearman",
"training_center_name": "University of Exeter",
"certifying_organisation_name": "Geospatial Training Solutions",
"language": "English",
"trained_competence": "QGIS, Spatial Data and Spatial Analysis"
}
}
]
}