Gets feature information of spatial data layer
| Get | /api/SpatialDataLayers/Layer/GetFeatureInfo |
| Name | Description | Data Type |
|---|---|---|
| LayerName | Represents the layer name | string |
| workspace | Represents the workspace name | string |
| bBox | Specifies the bounding box parameters | MapBoundingBox |
| cqlFilter | Indicates the filter name | string |
| api-version | Indicates the current API version | string |
The response body is of type FeatureCollection.
Success![]() |
FeatureCollection
Represents a collection of features
|
| Fault | Description |
|---|---|
| 400 | This fault returns a response body of type ProblemDetails. Bad Request |
| 401 | This fault returns a response body of type ProblemDetails. Unauthorized |