I have been using PowerBI API to fetch the Audit log of PowerBI usages. From past 15 days, I was getting different column list previously BUT currently I am getting less columns from API itself.
Can anyone suggest why this is happening?
Details (API to fetch the data):
For API authentication I am using the following URL:
https://login.microsoftonline.com/<ApplicationID_of_Azure_APP_Registered>/oauth2/token
Body for above URL:
grant_type=client_credentials&resource=https://analysis.windows.net/powerbi/api&client_id=<Client_ID_OF_APP>&client_secret=<Client_Secret_OF_APP>
Content-Type: application/x-www-form-urlencoded
Screenshots for column list are attached below (Previously and Now):
Previously:
Now: