Get Training Center Organisation Location
API returns GeoJSON location of training center within a certifying organisation.
GET /id/certifyingorganisation/soluciones-en-tecnologias-de-informacion-geografic/feed/training-center/
{ "type": "FeatureCollection", "crs": { "type": "name", "properties": { "name": "EPSG:4326" } }, "features": [ { "type": "Feature", "id": 37, "properties": { "name": "Aula Virtual", "certifying_organisation__name": "Soluciones en Tecnologías de Información Geográfica S.A. (SOLTIG)" }, "geometry": { "type": "Point", "coordinates": [ -84.21246348639289, 10.006646043589727 ] } }, { "type": "Feature", "id": 36, "properties": { "name": "Oficinas Centrales", "certifying_organisation__name": "Soluciones en Tecnologías de Información Geográfica S.A. (SOLTIG)" }, "geometry": { "type": "Point", "coordinates": [ -84.21245275755653, 10.0066724576495 ] } } ] }