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
curl -k --user '[email protected]:password' \ https://demo.domain.tld/dav/notifications/user/[email protected] \ -X PROPFIND \ -H "Depth: 0" \ -H "Content-Type: application/xml" \ --data '<?xml version="1.0" encoding="utf-8" ?><d:propfind xmlns:d="DAV:"><d:allprop></d:allprop></d:propfind>' \ | xmllint -format -
returns the root folder and all notifications in it, but it should return only the root folder.
If the client is using caching, it may want to get the getlastmodified and getetag properties before attempting to get the folder contents.
getlastmodified
getetag
ps. it looks that Depth: 1,noroot does not work at all.
Depth: 1,noroot
The text was updated successfully, but these errors were encountered:
No branches or pull requests
returns the root folder and all notifications in it, but it should return only the root folder.
If the client is using caching, it may want to get the
getlastmodified
andgetetag
properties before attempting to get the folder contents.ps. it looks that
Depth: 1,noroot
does not work at all.The text was updated successfully, but these errors were encountered: