Skip to content
New issue

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

Unable to retrive ContentUri on DLP.ALL subscription #225

Open
brunofreitas-br opened this issue Mar 25, 2021 · 0 comments
Open

Unable to retrive ContentUri on DLP.ALL subscription #225

brunofreitas-br opened this issue Mar 25, 2021 · 0 comments

Comments

@brunofreitas-br
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant