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 /id/qgis/certifyingorganisation/qgis-cracow-university-of-technology/feed/past-course/?format=api
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
19.943933931196625,
50.072268818105826
]
},
"properties": {
"name": "QGIS_Spatial information systems II_2018-02-26-2018-06-22",
"start_date": "2018-02-26",
"end_date": "2018-06-22",
"course_type_name": "Spatial information systems II",
"course_convener_name": "Robert Szczepanek",
"training_center_name": "GIS-LAB WIS PK",
"certifying_organisation_name": "Cracow University of Technology",
"language": "Polish",
"trained_competence": "Creating geoportals, use of satellite data, spatial databases."
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
19.943933931196625,
50.072268818105826
]
},
"properties": {
"name": "QGIS_Spatial information systems_2018-02-26-2018-06-18",
"start_date": "2018-02-26",
"end_date": "2018-06-18",
"course_type_name": "Spatial information systems",
"course_convener_name": "Robert Szczepanek",
"training_center_name": "GIS-LAB WIS PK",
"certifying_organisation_name": "Cracow University of Technology",
"language": "Polish",
"trained_competence": "Vector layers - creation, editing, selection and symbology."
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
19.943933931196625,
50.072268818105826
]
},
"properties": {
"name": "QGIS_Systemy informacji przestrzennej_2018-02-26-2018-06-22",
"start_date": "2018-02-26",
"end_date": "2018-06-22",
"course_type_name": "Spatial information systems",
"course_convener_name": "Robert Szczepanek",
"training_center_name": "GIS-LAB WIS PK",
"certifying_organisation_name": "Cracow University of Technology",
"language": "Polish",
"trained_competence": "Praca z warstwami wektorowymi - tworzenie, import, edycja, stylizacja."
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [
19.943933931196625,
50.072268818105826
]
},
"properties": {
"name": "QGIS_Systemy informacji przestrzennej_2018-02-26-2018-06-22",
"start_date": "2018-02-26",
"end_date": "2018-06-22",
"course_type_name": "Spatial information systems",
"course_convener_name": "Beata Baziak",
"training_center_name": "GIS-LAB WIS PK",
"certifying_organisation_name": "Cracow University of Technology",
"language": "Polish",
"trained_competence": "Praca z warstwami wektorowymi - tworzenie, import, edycja, stylizacja."
}
}
]
}