{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector Routesets API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "Routesets",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure Use To Get A List Of Routesets",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/routesets",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDKs. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.
### Submit List Request
The `List` API is an HTTP `GET` request that allows the caller to fetch a list of all routesets in the current Azure Maps Creator account."
},
{
"info": {
"name": "Microsoft Azure Use To Create A Routeset",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/routesets",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "datasetId",
"value": "",
"type": "query",
"description": "The ID of the dataset from which to create the routeset(s). A routeset is created for each facility in the dataset."
},
{
"name": "description",
"value": "",
"type": "query",
"description": "User provided description of the routeset."
}
]
},
"docs": "
The `Create` API is an HTTP `POST` request that allows the caller to create a routeset from a dataset. The routeset is a data structure consumed by the Azure Maps [Wayfinding](/rest/api/maps-creator/wayfinding) service to discover the shortest paths within a facility.
The Create Routeset API is a [long-running operation](https://aka.ms/am-creator-lrt-v2).
Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDKs. S"
},
{
"info": {
"name": "Microsoft Azure Use To Get The Details Of A Routeset",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/routesets/:routesetId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "routesetId",
"value": "",
"type": "path",
"description": "The ID of the routeset to query for."
}
]
},
"docs": "
Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDKs. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.
### Submit Get Request
The `Get` API is an HTTP `GET` request that allows the caller to fetch the details of an existing routeset, specified by the `routesetId`."
},
{
"info": {
"name": "Microsoft Azure Use To Delete A Routeset",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/routesets/:routesetId",
"params": [
{
"name": "routesetId",
"value": "",
"type": "path",
"description": "The ID of the routeset to delete."
},
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
}
]
},
"docs": "
Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDKs. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools.
### Submit Delete Request
The `Delete` API is an HTTP `DELETE` request sent with the `routesetId` of the routeset to delete."
},
{
"info": {
"name": "Microsoft Azure Use To Check The Status Of The Routeset Creation Process",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/routesets/operations/:operationId",
"params": [
{
"name": "api-version",
"value": "",
"type": "query",
"description": "Version number of Azure Maps API."
},
{
"name": "operationId",
"value": "",
"type": "path",
"description": "The ID used to query the status of the routeset creation."
}
]
},
"docs": "
The `Get Operation` API is an HTTP `GET` request used to check the status of the routeset creation process and retrieve the `routesetId`.
### Submit Operations Request
To view the current progress of a routeset operation, you will use a `GET` request where the `operationId` given the path is the ID that represents the operation.
### Operation Response
While in progress, a `200-OK` http status code is returned with no extra headers. If the operation succeeds, a"
}
]
}
],
"bundled": true
}