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/1234Request parameters
| Name | Type | Required | Description |
|---|---|---|---|
| collectionId * | String | Yes |
Unique identifier of the collection. Example: |
| featureID * | String | No |
The sequential feature ID of the collection. Example: |
Example Response
{
"type": "FeatureCollection",
"features": []
}