Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/qgis/certifyingorganisation/geoideal-sas/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "properties": { "name": "Cursos online", "certifying_organisation__name": "Geoideal S.A.S." }, "geometry": { "type": "Point", "coordinates": [ -74.07599741229205, 4.598248510746752 ] } }, { "type": "Feature", "properties": { "name": "En las instalaciones de tu compañía", "certifying_organisation__name": "Geoideal S.A.S." }, "geometry": { "type": "Point", "coordinates": [ -75.56086528336165, 10.399681055124432 ] } }, { "type": "Feature", "properties": { "name": "Geoideal (Oficina, Bogotá)", "certifying_organisation__name": "Geoideal S.A.S." }, "geometry": { "type": "Point", "coordinates": [ -74.09154358514934, 4.645620110182899 ] } } ] }