API GeographicLocation

Number of APIs: 10

TMF API Reference : TMF675 - Geographic Location

Release : 19.5

A GeographicLocation is a pure-virtual super-class to the GeoJSON-aligned sub-types of Point (addresses and locations), MultiPoint, LineString (streets, highways and boundaries), MultiLineString and Polygon (countries, provinces, tracts of land). Use the @type attribute to specify which of these is being specified by the geometry attribute.

  1. geographic Location - Creates a GeographicLocation POST {{baseUrl}}/geographicLocation

  2. hub - Register a listener POST {{baseUrl}}/hub

  3. listener - Client listener for entity GeographicLocationCreateEvent POST {{baseUrl}}/listener/geographicLocationCreateEvent

  4. listener - Client listener for entity GeographicLocationDeleteEvent POST {{baseUrl}}/listener/geographicLocationDeleteEvent

  5. listener - Client listener for entity GeographicLocationAttributeValueChangeEvent POST {{baseUrl}}/listener/geographicLocationAttributeValueChangeEvent

  6. geographic Location-{id} - Updates partially a GeographicLocation PATCH {{baseUrl}}/geographicLocation/:id

  7. geographic Location-{id} - Deletes a GeographicLocation DELETE {{baseUrl}}/geographicLocation/:id

  8. geographic Location - List or find GeographicLocation objects GET {{baseUrl}}/geographicLocation?fields=ad&offset=-53557827&limit=-53557827

  9. hub - Unregister a listener DELETE {{baseUrl}}/hub/:id

  10. geographic Location-{id} - Retrieves a GeographicLocation by ID GET {{baseUrl}}/geographicLocation/:id?fields=ad