Azure Maps Web Feature Service (preview:2.0)

2025/08/14 • 8 deleted methods

WFS_GetLandingPage (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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 Get Landing Page API provides links to the API definition, the Conformance statements and the metadata about the feature data in this dataset.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_GetRequirementsClasses (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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 Get Requirements Classes lists all requirements classes specified in the standard that the server conforms to.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
conformsTo:
[
string ,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_CollectionsDescription (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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.
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetid}/collections
{
x-ms-client-id: string ,
subscription-key: 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 (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_CollectionDescription (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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.
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetid}/collections/{collectionId}
{
x-ms-client-id: string ,
subscription-key: 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 (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_CollectionDefinition (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. [This](https://docs.microsoft.com/en-us/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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 Definition API provides the detailed data model of a given collection.
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetid}/collections/{collectionId}/definition
{
x-ms-client-id: string ,
subscription-key: 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 (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_GetFeatures (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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 Get Features API returns the list of features in the given collection.
Reference Link ¶

⚼ Request

GET:  /wfs/datasets/{datasetid}/collections/{collectionId}/items
{
x-ms-client-id: string ,
subscription-key: string ,
api-version: string ,
datasetid: string ,
collectionId: string ,
limit: number ,
bbox: string ,
filter: string ,
}

⚐ Response (200)

{
type: string ,
ontology: string ,
numberReturned: integer ,
features:
[
{
type: string ,
geometry: object ,
properties: object ,
id: string ,
featureType: string ,
}
,
]
,
links:
[
{
href: string ,
rel: string ,
type: string ,
hreflang: string ,
title: string ,
}
,
]
,
}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_GetFeature (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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 Get Feature API returns the feature identified by the provided id in the given collection.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
WFS_DeleteFeature (removed)
Description **Applies to:** see pricing [tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. [This](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator. The Web Feature Service (WFS) API is part of Creator. WFS API follows the [Open Geospatial Consortium API standard for Features](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) to query [Datasets](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create). 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. Deleting a facility feature deletes all the child features of that facility recursively.
Reference Link ¶

⚼ Request

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

⚐ Response (204)

{}

⚐ Response (400)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (401)

{
$headers:
{
www-authenticate: string ,
}
,
$schema:
{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}
,
}

⚐ Response (403)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (404)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}

⚐ Response (500)

{
error:
{
code: string ,
message: string ,
details:
[
string ,
]
,
target: string ,
}
,
}