This section describes how this API works. You may want to try it out with a Free Trial Account.
- URL Composition
- Base URL: https://api.cloud.precisely.com
- Get Tables: /v1/spatial/tables
- Supported Methods: GET only
- Rate Limit (Transactions per second): 100
-
Authentication and Input Fields: Data Integrity Suite's APIs provide multiple authentication methods. Whether you want to pass the API Key and Secret directly as part of the Basic Authentication header or use bearer tokens, you can do either using the same header. The two ways of authentication are:
- Basic Authentication (Using API Key and secret)
- Bearer Token Authentication
For more information about authentication, see How to Authenticate and follow the instructions.
Description
Returns a list of available spatial tables from the database.
GET URL Format
The following format is used for HTTP GET requests.
HTTP GET
https://api.cloud.precisely.com/v1/spatial/tablesExamples
Request
https://api.cloud.precisely.com/v1/spatial/tablesResponse
[
"risks/historical_weather_hurricanelines_world",
"risks/historical_weather_tornadogrid",
"boundaries/school_points_other",
"boundaries/census_block",
"demographics/psyte_segmentation",
"boundaries/census_state",
"risks/wildfire_risk_extreme",
"boundaries/school_points_primary_middle",
"boundaries/census_csa",
"properties/address_fabric_canada",
"risks/flood_risk",
"demographics/groundview_blockgroup",
"risks/historical_weather_tornadoranges",
"risks/earth_earthquake_world",
"risks/historical_weather_windgrid",
"demographics/crime_index",
"risks/historical_weather_hurricaneranges",
"risks/earth_earthquake_grid",
"risks/wildfire_risk_extreme_fire_perimeter",
"properties/parcels",
"risks/historical_weather_windranges",
"boundaries/census_place",
"boundaries/census_mcd",
"boundaries/census_tract",
"boundaries/school_points_primary_middle_high",
"boundaries/school_attendance_zones_primary",
"boundaries/school_attendance_zones_middle",
"risks/historical_weather_hurricanegrid",
"risks/wildfire_risk",
"risks/coastal_waters",
"boundaries/school_points_high",
"risks/flood_communities",
"risks/earth_earthquake_ranges",
"risks/wildfire_risk_fire_perimeter",
"boundaries/school_points_middle_high",
"demographics/psyte_segmentation_canada",
"risks/earth_fault",
"properties/address_fabric",
"boundaries/school_points_middle",
"risks/coastal_shoreline_world",
"risks/historical_weather_hailranges",
"boundaries/census_county",
"boundaries/school_attendance_zones_high",
"boundaries/census_blockgroup",
"boundaries/school_points_primary",
"boundaries/census_cbsa",
"risks/earth_faultregions",
"boundaries/school_districts",
"properties/buildings",
"risks/historical_weather_tornado_lines",
"boundaries/neighborhoods_residential",
"risks/fire_stations",
"risks/historical_weather_hailgrid"
]