Description | : > [!NOTE] > > **Azure Maps Data registry service retirement** > > The Azure Maps Data registry service is now deprecated and will be retired on 9/30/25. For more information, see [End of Life Announcement of Azure Maps Data Registry](https://aka.ms/AzureMapsDataRegistryDeprecation). The `List` API is an HTTP `GET` request that returns an array containing all data registries previously registered using the [Register or Replace API](https://docs.microsoft.com/rest/api/maps/data-registry/register-or-replace). The data registry service endpoint is limited in scope to the region of your Azure Maps account and is not available for global Azure Maps accounts. ## Submit List Request To list all your data registries, issue a `GET` request with no additional parameters. ## List Response The `List` request returns an array of data registries in `JSON` format in the body of the response. |
Reference | : Link ¶ |
⚼ Request
GET:
/dataRegistries
{
x-ms-client-id:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
udid:
string
,
description:
string
,
kind:
enum
,
azureBlob:
{
,
dataFormat:
enum
,
msiClientId:
string
,
linkedResource:
string
,
blobUrl:
string
,
sizeInBytes:
integer
,
contentMD5:
string
,
}
status:
enum
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
innererror:
}
{
,
code:
string
,
innererror:
string
,
}