Geolocations
List Geolocations
radar.geolocations.list(GeolocationListParams**kwargs) -> GeolocationListResponse
GET/radar/geolocations
Get Geolocation details
radar.geolocations.get(strgeo_id, GeolocationGetParams**kwargs) -> GeolocationGetResponse
GET/radar/geolocations/{geo_id}
ModelsExpand Collapse
class GeolocationListResponse: …
class GeolocationListResponse: …
geolocations: List[Geolocation]
geolocations: List[Geolocation]
class GeolocationGetResponse: …
class GeolocationGetResponse: …
geolocation: Geolocation
geolocation: Geolocation