I am encountering an issue with the Microsoft Purview API, which extracts schema classification from Purview. Previously, using the same API, I was able to retrieve the data, but now the response code is 200, and the response is null value.
API :
"https://{purviewaccountName}.purview.azure.com/catalog/api/atlas/v2/search/advanced?api-version={apiVersion}"
apiVersion : "2021-05-01-preview"
I used the above API for extracting schema classification from a Purview account (using Azure SQL Database and scanning some of the tables inside the database). Two months ago, I was able to extract the schema classification, but now I am encountering an issue where the response code is 200, but the response is null value from the API.
I tried the same API with new Purview accounts and the same scanning process, but I am still getting the same null value as response. We have added all necessary settings and permissions from Purview.
I tried with the latest apiVersion = "2023-01-01-preview" and received a response code of 200, but the response from the API is null value.