How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Microsoft Azure Features API

The Features API from Microsoft Azure — 13 operation(s) for features.

Microsoft Azure Features API is one of 1667 APIs that Microsoft Azure publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Features. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, pricing, a JSON-LD context, and a getting-started guide.

This API exposes 17 operations across 13 paths, and defines 20 schemas. It is described by OpenAPI 3.2.0, at version 2020-08-01-preview.

17 operations 13 paths 20 schemas 1 DELETE11 GET1 PATCH3 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2020-08-01-preview
Resource Areas
1

Paths & Operations 17

Across 13 paths, the API surfaces 17 operations — 1 DELETE, 11 GET, 1 PATCH, 3 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Features 17
GET
/features/datasets/{datasetId}
Microsoft Azure Use To Get Links To The Api Definition, Conformance Statements And Metadata For A Given Feature Collection
microsoftAzureFeaturesGetlandingpage 3 params → 200default
GET
/features/datasets/{datasetId}/api
Microsoft Azure Use To Get A Description Of The Capabilities Of The Features Service
microsoftAzureFeaturesGetapidefinition 3 params → 200default
GET
/features/datasets/{datasetId}/conformance
Microsoft Azure Use To Get A List Of The Open Geospatial Consortium Ogc Conformance Classes That The Server Conforms To
microsoftAzureFeaturesListconformance 3 params → 200default
GET
/features/datasets/{datasetId}/collections
Microsoft Azure Use To Get A List Of Feature Collections
microsoftAzureFeaturesGetcollections 3 params → 200default
GET
/features/datasets/{datasetId}/collections/{collectionId}
Microsoft Azure Use To Get Details Of A Feature Collection
microsoftAzureFeaturesGetcollection 4 params → 200default
GET
/features/datasets/{datasetId}/collections/{collectionId}/definition
Microsoft Azure Use To Get A Detailed Data Model Of The Specified Feature Collection
microsoftAzureFeaturesGetcollectiondefinition 4 params → 200default
GET
/features/datasets/{datasetId}/collections/{collectionId}/items
Microsoft Azure Use To Get A Detailed List Of Features In The Specified Feature Collection
microsoftAzureFeaturesGetitems 7 params → 200default
POST
/features/datasets/{datasetId}/collections/{collectionId}/items
Microsoft Azure Use To Create A [feature] Https: Tools Ietf Org Html Rfc7946section 3 2
microsoftAzureFeaturesCreate 4 params → 201default
GET
/features/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
Microsoft Azure Use To Get The Details Of A [feature] Https: Tools Ietf Org Html Rfc7946section 3 2
microsoftAzureFeaturesGet 4 params → 200default
PUT
/features/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
Microsoft Azure Use To Overwrite All Existing Attributes Of A [feature] Https: Tools Ietf Org Html Rfc7946section 3 2
microsoftAzureFeaturesReplace 5 params → 204default
PATCH
/features/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
Microsoft Azure Use To Modify Individual Attributes Of A [feature] Https: Tools Ietf Org Html Rfc7946section 3 2
microsoftAzureFeaturesUpdate 5 params → 204default
DELETE
/features/datasets/{datasetId}/collections/{collectionId}/items/{featureId}
Microsoft Azure Use To Delete A [feature] Https: Tools Ietf Org Html Rfc7946section 3 2
microsoftAzureFeaturesDelete 4 params → 204default
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Features/features
Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Features
microsoftAzureFeaturesListall 2 params → 200
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features
Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features
microsoftAzureFeaturesList 3 params → 200
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}
Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename
microsoftAzureFeaturesGet 4 params → 200
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/register
Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename Register
microsoftAzureFeaturesRegister 4 params → 200
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Features/providers/{resourceProviderNamespace}/features/{featureName}/unregister
Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename Unregister
microsoftAzureFeaturesUnregister 4 params → 200

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are CollectionDefinitionResult (8 properties), CollectionResult (6 properties), ApiDefinitionResult (5 properties), FeatureResult_2 (4 properties). Each schema is shown below with its type and property counts.

FeatureAttributes
object
The geometry and properties of a feature.
2 properties
CollectionResult
object
Response after a successful request to get a collection.
6 properties 3 required
CollectionDefinitionResult
object
Response after a successful request to read a collection's definition.
8 properties 3 required
FeatureResult
object
Response after a feature is successfully read.
3 properties 1 required
CreateFeatureResult
object
Response after a feature is successfully created.
3 properties 3 required
FeaturesEndpointLink
object
Links to other Features endpoints. For more details about link relations, please visit the [OGC API - Features - Part 1](http://www.opengis.net/doc/IS/ogcapi-f…
3 properties 1 required
FeatureProperties
object
Information about feature.
1 property
ConformanceResult
object
Response after a successful request to the conformance page.
1 property 1 required
CollectionsResult
object
Response after a successful request to list collections.
3 properties 2 required
LandingPageResult
object
Response after a successful request to the landing page.
2 properties 1 required
FeatureOperationsListResult
object
List of previewed features.
2 properties
ApiDefinitionResult
object
Response after a successful request to get the API definition.
5 properties 5 required
DefinitionProperty
object
The definition of a property in a collection.
3 properties 3 required
FeatureId
object
1 property
ExtendedGeoJsonFeatureCollectionData
object
3 properties
FeatureCollectionData
object
1 property 1 required
FeatureResult_2
object
Previewed feature information.
4 properties
ExtendedGeoJsonFeatureCollection
object
A valid GeoJSON FeatureCollection object type extended with numberReturned and links array. Please refer to [RFC 7946](https://tools.ietf.org/html/rfc7946secti…
1 property
Feature
object
A valid GeoJSON Feature object type. Please refer to [RFC 7946](https://tools.ietf.org/html/rfc7946section-3.2) for details.
FeatureType
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

microsoft-azure-features-api-openapi.yml Raw ↑

Other APIs Microsoft Azure publishes across the network.

Microsoft Azure AI Search API
Microsoft Azure Communication Services API
Microsoft Azure Event Grid API
Microsoft Azure Functions API
Microsoft Azure DevOps REST API
Microsoft Azure AI Foundry API
Microsoft Azure Resource JSON Schema
Microsoft Azure JSON-LD Context
Microsoft Azure AccessConnector API
Microsoft Azure AccessControlRecords API
Microsoft Azure AccessPolicies API
Microsoft Azure AccessReviewInstanceAcceptRecommmendations API
Where this information came from

This is an independent, third-party profile of Microsoft Azure Features API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.