Get Tables - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

This section describes how this API works. You may want to try it out with a Free Trial Account.

HTTP Request
  • 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:

    1. Basic Authentication (Using API Key and secret)
    2. 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/tables

Examples

Request

https://api.cloud.precisely.com/v1/spatial/tables

Response

[
  "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"
]