{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector featureStateSets API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "featureStateSets", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Featurestatesets", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/featureStateSets", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" } ] }, "docs": "**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 API allows the caller to fetch a list of all previously successfully created statesets." }, { "info": { "name": "Microsoft Azure Post Featurestatesets", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/featureStateSets", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "datasetId", "value": "", "type": "query", "description": "The datasetId must have been obtained from a successful [Dataset Create API](https://docs.microsoft.com/en-us/rest/api/maps/v2/dataset/create) call." }, { "name": "description", "value": "", "type": "query", "description": "Description for the stateset. Max length allowed is 1000." } ] }, "docs": "**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 POST API allows the user to create a new Stateset and define stateset style using request body.

Creator makes it possible to develop appli" }, { "info": { "name": "Microsoft Azure Get Featurestatesets Statesetid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/featureStateSets/:statesetId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." } ] }, "docs": "**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 GET API allows the user to get the stateset Information.

The stateset Information includes the datasetId associated to the stateset, and t" }, { "info": { "name": "Microsoft Azure Put Featurestatesets Statesetid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/featureStateSets/:statesetId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." } ] }, "docs": "**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 PUT API allows the user to update the stateset style rules." }, { "info": { "name": "Microsoft Azure Delete Featurestatesets Statesetid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/featureStateSets/:statesetId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." } ] }, "docs": "**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 DELETE API allows the user to delete the stateset and the associated data." }, { "info": { "name": "Microsoft Azure Get Featurestatesets Statesetid Featurestates Featureid", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/featureStateSets/:statesetId/featureStates/:featureId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." }, { "name": "featureId", "value": "", "type": "path", "description": "The id of a feature in the given stateset. If no state was set for the featureId in the stateset earlier, Bad Request response will be returned." } ] }, "docs": "**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 API returns the current state information associated with the given feature in the given stateset." }, { "info": { "name": "Microsoft Azure Put Featurestatesets Statesetid Featurestates Featureid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/featureStateSets/:statesetId/featureStates/:featureId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." }, { "name": "featureId", "value": "", "type": "path", "description": "The id of a feature in the given dataset. If the featureId is not present in the dataset, Bad Request response will be returned." } ] }, "docs": "**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 PUT API allows the user to update the state of the given feature in the given stateset." }, { "info": { "name": "Microsoft Azure Delete Featurestatesets Statesetid Featurestates Featureid", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/featureStateSets/:statesetId/featureStates/:featureId", "params": [ { "name": "subscription-key", "value": "", "type": "query", "description": "One of the Azure Maps keys provided from an Azure Map Account. Please refer to this [article](https://docs.microsoft.com/azure/azure-maps/how-to-manage-authentication) for details on how to manage authentication." }, { "name": "api-version", "value": "", "type": "query", "description": "Version number of Azure Maps API. Current version is 2.0" }, { "name": "statesetId", "value": "", "type": "path", "description": "The stateset id that was created." }, { "name": "featureId", "value": "", "type": "path", "description": "The id of a feature in the given stateset. If no state was set for the featureId in the stateset earlier, Bad Request response will be returned." }, { "name": "stateKeyName", "value": "", "type": "query", "description": "The Name of the state to be deleted." } ] }, "docs": "**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 API deletes the state information identified by the StateKeyName parameter for the feature identified by the FeatureId parameter in the the stat" } ] } ], "bundled": true }