Items with feature ID - 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

Returns records from the enrich buildings dataset which match the input feature ID.
Note: All enrich datasets have a unique feature ID that is generated in a sequential number. This ID can be used to return the record.

Example Request

https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/pbb_usa/items/1234

Request parameters

Name Type Required Description
collectionId * String Yes

Unique identifier of the collection.

Example: pbb_usa

featureID * String No

The sequential feature ID of the collection.

Example: 1234

Example Response

{
    "type": "FeatureCollection",
    "features": []
}