We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello!
I've started a DLP.ALL subscription within my tenant, but I'm unable to get the ContentUri for retrive the content of this subscription.
I waited more than the 12 hours that have been stated on the documentation but nothing changed.
When trying to do a GET against the 'https://manage.office.com/api/v1.0/My-Tenant-GUID/activity/feed/subscriptions/content?contentType=DLP.ALL' I get a statusCode 200 but a empty "body" (where the ContentUri should be) as stated below:
'{ "statusCode": 200, "headers": { "Pragma": "no-cache", "Cache-Control": "no-cache", "Date": "Thu, 25 Mar 2021 13:44:37 GMT", "Server": "Microsoft-IIS/10.0", "X-AspNet-Version": "4.0.30319", "X-Powered-By": "ASP.NET", "Content-Length": "2", "Content-Type": "application/json; charset=utf-8", "Expires": "-1" }, "body": [] }'
There is any way to solve this? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello!
I've started a DLP.ALL subscription within my tenant, but I'm unable to get the ContentUri for retrive the content of this subscription.
I waited more than the 12 hours that have been stated on the documentation but nothing changed.
When trying to do a GET against the 'https://manage.office.com/api/v1.0/My-Tenant-GUID/activity/feed/subscriptions/content?contentType=DLP.ALL' I get a statusCode 200 but a empty "body" (where the ContentUri should be) as stated below:
'{
"statusCode": 200,
"headers": {
"Pragma": "no-cache",
"Cache-Control": "no-cache",
"Date": "Thu, 25 Mar 2021 13:44:37 GMT",
"Server": "Microsoft-IIS/10.0",
"X-AspNet-Version": "4.0.30319",
"X-Powered-By": "ASP.NET",
"Content-Length": "2",
"Content-Type": "application/json; charset=utf-8",
"Expires": "-1"
},
"body": []
}'
There is any way to solve this? Thanks!
The text was updated successfully, but these errors were encountered: