{
"opencollection": "1.0.0",
"info": {
"name": "Microsoft Azure AccessControlClient AccessConnector mapData API",
"version": "2020-08-01-preview"
},
"items": [
{
"info": {
"name": "mapData",
"type": "folder"
},
"items": [
{
"info": {
"name": "Microsoft Azure The Upload Request Allows The Caller To Upload Data Content To Their Azure Maps Account",
"type": "http"
},
"http": {
"method": "POST",
"url": "{{baseUrl}}/mapData/upload",
"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](/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 1.0"
},
{
"name": "dataFormat",
"value": "",
"type": "query",
"description": "Data format of the content being uploaded."
}
]
},
"docs": "**Applies to:** S1 pricing tier.
The Data Upload API allows the caller to upload data content to the Azure Maps service.
You can use this API in a scenario like uploading a collection of Geofences in `GeoJSON`
format, for use in our [Azure Maps Geofencing Service](/rest/api/maps/spatial).
> [!NOTE]
>
> **Azure Maps Data service retirement**
>
> The Azure Maps Data service (both [v1](/rest/api/maps/data?view=rest-maps-1.0) and [v2](/rest/api/maps/data)) is now dep"
},
{
"info": {
"name": "Microsoft Azure The Download Request Allows The Caller To Download Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/mapData/:udid",
"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](/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 1.0"
},
{
"name": "udid",
"value": "",
"type": "path",
"description": "The unique data id for the content. The `udid` must have been obtained from a successful [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0) call."
}
]
},
"docs": "**Applies to:** S1 pricing tier.
This API allows the caller to download a previously uploaded data content.
You can use this API in a scenario like downloading an existing collection of geofences uploaded previously using the [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0) for use in our [Azure Maps Geofencing Service](/rest/api/maps/spatial).
> [!NOTE]
>
> **Azure Maps Data service retirement**
>
> The Azure Maps Data service (both [v1](/rest/ap"
},
{
"info": {
"name": "Microsoft Azure The Update Request Allows The Caller To Update Data Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0",
"type": "http"
},
"http": {
"method": "PUT",
"url": "{{baseUrl}}/mapData/:udid",
"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](/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 1.0"
},
{
"name": "udid",
"value": "",
"type": "path",
"description": "The unique data id for the content. The `udid` must have been obtained from a successful [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0) call."
}
]
},
"docs": "**Applies to:** S1 pricing tier.
The Data Update API allows the caller to update a previously uploaded data content.
You can use this API in a scenario like adding or removing geofences to or from an existing collection of geofences.
Geofences are uploaded using the [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0), for
use in the [Azure Maps Geofencing Service](/rest/api/maps/spatial).
Please note that the Update API will *replace* and *override* the "
},
{
"info": {
"name": "Microsoft Azure The Delete Request Allows The Caller To Delete Data Previously Uploaded Using [data Upload] Rest Api Maps Data Upload Preview?view Rest Maps 1 0",
"type": "http"
},
"http": {
"method": "DELETE",
"url": "{{baseUrl}}/mapData/:udid",
"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](/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 1.0"
},
{
"name": "udid",
"value": "",
"type": "path",
"description": "The unique data id for the content. The `udid` must have been obtained from a successful [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0) call."
}
]
},
"docs": "**Applies to:** S1 pricing tier.
This API allows the caller to delete a previously uploaded data content.
You can use this API in a scenario like removing geofences previously uploaded using the [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0) for use in our [Azure Maps Geofencing Service](/rest/api/maps/spatial). You can also use this API to delete old/unused uploaded content and create space for new content.
> [!NOTE]
>
> **Azure Maps Data service"
},
{
"info": {
"name": "Microsoft Azure The List Request Allows The Caller To Fetch A List Of All Content Previously Uploaded Using [data Upload] Rest Api Maps Data Upload?view Rest Maps 1 0",
"type": "http"
},
"http": {
"method": "GET",
"url": "{{baseUrl}}/mapData",
"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](/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 1.0"
}
]
},
"docs": "**Applies to:** S1 pricing tier.
This API allows the caller to fetch a list of all content uploaded previously using the [Data Upload API](/rest/api/maps/data/upload?view=rest-maps-1.0).
> [!NOTE]
>
> **Azure Maps Data service retirement**
>
> The Azure Maps Data service (both [v1](/rest/api/maps/data?view=rest-maps-1.0) and [v2](/rest/api/maps/data)) is now deprecated and will be retired on 9/16/24. To avoid service disruptions, all calls to the Data service will n"
}
]
}
],
"bundled": true
}