Azure Maps Web Feature Service (preview:2.0)

2025/10/06 • 8 deleted methods

WFS_GetLandingPage (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Landing Page` API is an HTTP `GET` request that provides links to the API definition, conformance statements and metadata about the feature collections in the specified dataset. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ### Submit Get Landing Page Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
}

⚐ Response (200)

{
ontology: string ,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_ListConformance (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `List Conformance` API provides a list of all requirements classes specified in the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) that the server conforms to. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ### Submit List Conformance Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/conformance
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
}

⚐ Response (200)

{
conformsTo:
[
string ,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_GetCollections (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Collections` API is an HTTP `GET` request that provides descriptions of all the collections in the specified dataset. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/rest/api/maps-creator/dataset). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. The Collections Description API provides descriptions of all the collections in a given dataset. For more information, see [Web Feature service API](/azure/azure-maps/creator-indoor-maps#web-feature-service-api) ### Submit Get Collections Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/collections
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
}

⚐ Response (200)

{
ontology: string ,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
collections:
[
{
name: string ,
title: string ,
ontology: string ,
description: string ,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_GetCollection (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Collection` API is an HTTP `GET` request that returns the description of the specified collection. It includes links to the operations that can be performed on the collection. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. The Collection Description API provides the description of a given collection. It includes the links to the operations that can be performed on the collection. ### Submit Get Collection Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/collections/{collectionId}
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
collectionId: string ,
}

⚐ Response (200)

{
name: string ,
title: string ,
ontology: string ,
description: string ,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_GetCollectionDefinition (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Collection Definition` API is an HTTP `GET` request that provides a detailed data model of the specified collection. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/rest/api/maps-creator/dataset). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ###Submit Get Collection Definition Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/collections/{collectionId}/definition
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
collectionId: string ,
}

⚐ Response (200)

{
description: string ,
idPrefix: string ,
name: string ,
title: string ,
ontology: string ,
geometryType: enum ,
featureTypes:
[
string ,
]
,
properties:
[
{
name: string ,
required: boolean ,
type: object ,
}
,
]
,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_GetFeatures (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Features` API is an HTTP `GET` request that returns a detailed list of features in the specified collection. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ### Submit Get Features Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/collections/{collectionId}/items
{
x-ms-client-id: string ,
api-version: string ,
datasetId: string ,
collectionId: string ,
limit: integer ,
bbox: array ,
filter: string ,
}

⚐ Response (200)

{
type: enum ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_GetFeature (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Get Feature` API is an HTTP `GET` request that returns the details of the specified feature in a given collection. The WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. ### Submit Get Feature Request
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
{
api-version: string ,
datasetId: string ,
collectionId: string ,
featureId: string ,
}

⚐ Response (200)

{
ontology: string ,
feature: object ,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
WFS_DeleteFeature (removed)
Description > [!NOTE] > > **Azure Maps Creator retirement** > > The Azure Maps Creator indoor map service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Creator](https://aka.ms/AzureMapsCreatorDeprecation). The `Delete Feature` API is an HTTP `DELETE` request used to delete a feature, along with all of its child features, in the specified feature collection. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](/azure/azure-maps/creator-indoor-maps#datasets). A dataset consists of multiple feature collections. A feature collection is a collection of features of a similar type, based on a common schema. The Delete Feature API deletes the feature identified by the provided id in the given collection. At this point this API supports only facility features. ### Submit Delete Feature Request
Reference Link ¶

⚼ Request

DELETE:  /wfs/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
{
api-version: string ,
datasetId: string ,
collectionId: string ,
featureId: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}