readCollectionItems()
Home > @gooddata/sdk-backend-spi > IDataView > readCollectionItems
IDataView.readCollectionItems() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Retrieves collection items (geospatial features) using provided configuration.
Signature:
readCollectionItems(config: ICollectionItemsConfig): Promise<ICollectionItemsResult>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
config |
configuration including collection identifier and optional filters |
Returns:
Promise<ICollectionItemsResult>
promise of collection items result with GeoJSON features