Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/geo-ict-training-center-nederland/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "Geo-ICT Training Center, Nederland", "certifying_organisation__name": "Geo-ICT Training Center, Nederland" }, "geometry": { "type": "Point", "coordinates": [ 5.389, 52.077 ] } } ] }