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/maptech-solutions/feed/past-course/?format=api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
-8.152,
53.177
]
},
"properties": {
"name": "QGIS_Introduction to QGIS_2023-02-10-2023-02-10",
"start_date": "2022-03-24",
"end_date": "2022-03-24",
"course_type_name": "Introduction to QGIS",
"course_convener_name": "Shane Carey",
"training_center_name": "Maptech Solutions",
"certifying_organisation_name": "MapTech Solutions",
"language": "English",
"trained_competence": "viewing, editing, analysing, styling and managing spatial data"
}
}
]
}