{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Features API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Features",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Use To Get Links To The Api Definition, Conformance Statements And Metadata For A Given Feature Collection",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get A Description Of The Capabilities Of The Features Service",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/api",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
The `Get API Definition` API is an HTTP `GET` request that returns details of the capabilities of each API in the Features service, including the request type (`GET` or `POST`) a `description`, `operationId`, `parameters`, and `responses`. It can be used by developers to understand the API or by development tools to support the implementation of servers and clients.
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop a"
},
{
"info": {
"name": "Microsoft Azure Use To Get A List Of The Open Geospatial Consortium Ogc Conformance Classes That The Server Conforms To",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/conformance",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get A List Of Feature Collections",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get Details Of A Feature Collection",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get A Detailed Data Model Of The Specified Feature Collection",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/definition",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get A Detailed List Of Features In The Specified Feature Collection",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
},
{
"name": "limit",
"value": "",
"type": "query",
"description": "The optional limit parameter limits the number of features that are presented in the response document.\nOnly features that are on the first level of the collection in the response document are counted. Nested objects contained within the explicitly requested features shall not be counted.\n* Minimum = 1 * Maximum = 500 * Default = 10"
},
{
"name": "bbox",
"value": "",
"type": "query",
"description": "Only features that have a geometry that intersects the supplied bounding box are selected.\n* Lower left corner, coordinate axis 1 * Lower left corner, coordinate axis 2 * Upper right corner, coordinate axis 1 * Upper right corner, coordinate axis 2\nThe coordinate reference system of the values is WGS84 longitude/latitude (http://www.opengis.net/def/crs/OGC/1.3/CRS84) unless a different coordinate reference system is specified in the parameter `bbox-crs`.\nFor WGS84 longitude/latitude the values are in most cases the sequence of minimum longitude, minimum latitude, maximum longitude and maximum latitude. However, in cases where the box spans the antimeridian the first value (west-most box edge) is larger than the third value (east-most box edge)."
},
{
"name": "filter",
"value": "",
"type": "query",
"description": "Filter expression to search for features with specific property values in a given collection. Only feature properties of scalar type and equals operator are supported.\nThis is a special parameter where the parameter name is a case sensitive property name. The scheme for this parameter is {property name}={property value}. Unless \"filter\" is one of the property names in the collection, \"filter\" should not be used as a parameter name. To search for features with \"name\" property value \"21N13\", use \"name=21N13\".\nMultiple filters are supported and should be represented as multiple query parameters. E.g., =&= String values are case sensitive."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Create A [feature] Https: Tools Ietf Org Html Rfc7946#section 3 2",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Get The Details Of A [feature] Https: Tools Ietf Org Html Rfc7946#section 3 2",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items/:featureId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
},
{
"name": "featureId",
"value": "",
"type": "path",
"description": "Case sensitive identifier of a specific feature."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Use To Overwrite All Existing Attributes Of A [feature] Https: Tools Ietf Org Html Rfc7946#section 3 2",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items/:featureId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
},
{
"name": "featureId",
"value": "",
"type": "path",
"description": "Case sensitive identifier of a specific feature."
}
]
},
"docs": "
The `Replace` API conforms to the **drafted** [Open Geospatial Consortium API - Features - Part 4: Create, Replace, Update and Delete](http://docs.opengeospatial.org/DRAFTS/20-002.html) specification.
This is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum]"
},
{
"info": {
"name": "Microsoft Azure Use To Modify Individual Attributes Of A [feature] Https: Tools Ietf Org Html Rfc7946#section 3 2",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items/:featureId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
},
{
"name": "featureId",
"value": "",
"type": "path",
"description": "Case sensitive identifier of a specific feature."
}
]
},
"docs": "
The `Update` API conforms with the **drafted** [Open Geospatial Consortium API - Features - Part 4: Create, Replace, Update and Delete](http://docs.opengeospatial.org/DRAFTS/20-002.html) specification.
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core "
},
{
"info": {
"name": "Microsoft Azure Use To Delete A [feature] Https: Tools Ietf Org Html Rfc7946#section 3 2",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/features/datasets/:datasetId/collections/:collectionId/items/:featureId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "collectionId",
"value": "",
"type": "path",
"description": "Identifier (name) of a specific collection."
},
{
"name": "featureId",
"value": "",
"type": "path",
"description": "Case sensitive identifier of a specific feature."
}
]
},
"docs": "
The Features API is a part of [Creator](/azure/azure-maps/creator-indoor-maps), which makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. Features GET APIs follow the [Open Geospatial Consortium API - Features - Part 1: Core corrigendum](http://www.opengis.net/doc/IS/ogcapi-features-1/1.0.1) standard to query [Datasets](/rest/api/maps-creator/dataset). Datasets consist of multiple feature collections, which are a grouping of [feat"
},
{
"info": {
"name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Features",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Features/features",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The API version to use for this operation."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The ID of the target subscription."
}
]
},
"docs": "Gets all the preview features that are available through AFEC for the subscription."
},
{
"info": {
"name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Features/providers/:resourceProviderNamespace/features",
"params": [
{
"name": "resourceProviderNamespace",
"value": "",
"type": "path",
"description": "The namespace of the resource provider for getting features."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The API version to use for this operation."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The ID of the target subscription."
}
]
},
"docs": "Gets all the preview features in a provider namespace that are available through AFEC for the subscription."
},
{
"info": {
"name": "Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Features/providers/:resourceProviderNamespace/features/:featureName",
"params": [
{
"name": "resourceProviderNamespace",
"value": "",
"type": "path",
"description": "The resource provider namespace for the feature."
},
{
"name": "featureName",
"value": "",
"type": "path",
"description": "The name of the feature to get."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The API version to use for this operation."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The ID of the target subscription."
}
]
},
"docs": "Gets the preview feature with the specified name."
},
{
"info": {
"name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename Register",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Features/providers/:resourceProviderNamespace/features/:featureName/register",
"params": [
{
"name": "resourceProviderNamespace",
"value": "",
"type": "path",
"description": "The namespace of the resource provider."
},
{
"name": "featureName",
"value": "",
"type": "path",
"description": "The name of the feature to register."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The API version to use for this operation."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The ID of the target subscription."
}
]
},
"docs": "Registers the preview feature for the subscription."
},
{
"info": {
"name": "Microsoft Azure Post Subscriptions Subscriptionid Providers Microsoft Features Providers Resourceprovidernamespace Features Featurename Unregister",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/subscriptions/:subscriptionId/providers/Microsoft.Features/providers/:resourceProviderNamespace/features/:featureName/unregister",
"params": [
{
"name": "resourceProviderNamespace",
"value": "",
"type": "path",
"description": "The namespace of the resource provider."
},
{
"name": "featureName",
"value": "",
"type": "path",
"description": "The name of the feature to unregister."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "The API version to use for this operation."
},
{
"name": "subscriptionId",
"value": "",
"type": "path",
"description": "The ID of the target subscription."
}
]
},
"docs": "Unregisters the preview feature for the subscription."
}
]
}
],
"bundled": true
}