{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Tilesets API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Tilesets",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Get Tilesets",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/tilesets",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"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 tilesets created.
"
},
{
"info": {
"name": "Microsoft Azure Post Tilesets",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/tilesets",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"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 unique `datasetId` that the tileset create API uses to retrieve features to generate tiles. 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": "User provided description of the tileset."
}
]
},
"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](https://docs.microsoft.com/en-us/azure/azure-maps/creator-indoor-maps) article introduces concepts and tools that apply to Azure Maps Creator."
},
{
"info": {
"name": "Microsoft Azure Get Tilesets Tilesetid",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/tilesets/:tilesetId",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"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": "tilesetId",
"value": "",
"type": "path",
"description": "The Tileset Id"
}
]
},
"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 tileset."
},
{
"info": {
"name": "Microsoft Azure Delete Tilesets Tilesetid",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/tilesets/:tilesetId",
"headers": [
{
"name": "x-ms-client-id",
"value": ""
}
],
"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": "tilesetId",
"value": "",
"type": "path",
"description": "The Tileset Id"
}
]
},
"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 delete a created tileset.
You can use this API if a tileset is no longer needed.
### Submit Delete Reques"
},
{
"info": {
"name": "Microsoft Azure Get Tilesets Operations Operationid",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/tilesets/operations/:operationId",
"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": "operationId",
"value": "",
"type": "path",
"description": "The ID to query the status for the tileset create/import request."
}
]
},
"docs": "This path will be obtained from a call to /tilesets/create. While in progress, an http200 will be returned with no extra headers - followed by an http200 with Resource-Location header once successfully completed."
}
]
}
],
"bundled": true
}