Expected or Desired Behavior
While making API call we should get dataLocationCode for multi geo /non-multi geo (with "" as response non-multi geo and for multi-geo as per document)
Observed Behavior
Missing of dataLocationCode in getting all geolocation API URL: https://graph.microsoft.com/v1.0/sites?filter=siteCollection/root%20ne%20null&select=webUrl,siteCollection
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#sites",
"value": [
{
"webUrl": "https://netskopepmskopejpn.sharepoint.com/",
"siteCollection": {
"hostname": "netskopepmskopejpn.sharepoint.com",
"root": {}
}
},
{
"webUrl": "https://netskopepmskopegbr.sharepoint.com/",
"siteCollection": {
"hostname": "netskopepmskopegbr.sharepoint.com",
"root": {}
}
},
{
"webUrl": "https://netskopepmskope.sharepoint.com/",
"siteCollection": {
"hostname": "netskopepmskope.sharepoint.com",
"root": {}
}
},
{
"webUrl": "https://netskopepmskopeind.sharepoint.com/",
"siteCollection": {
"hostname": "netskopepmskopeind.sharepoint.com",
"root": {}
}
}
]
}
Response headers corresponding to your request(s):
Date - Wed, 03 Jul 2019 06:38:47
request-id - 566ae7b6-4852-40e3-8485-7daf9c010472
SPRequestGuid -1d8dec9e-c071-0000-3f4a-597faa9ba2ef
Steps to Reproduce Make graph API call with graph token