From c4a6c2ad387455b81e7b63fbfa3322bc7bae8f85 Mon Sep 17 00:00:00 2001 From: Corentin Flr <10946971+cogk@users.noreply.github.com> Date: Sat, 6 Nov 2021 21:46:32 +0100 Subject: [PATCH] Added example for WebDAV search by last updated time Signed-off-by: Corentin Flr <10946971+cogk@users.noreply.github.com> --- .../client_apis/WebDAV/search.rst | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/developer_manual/client_apis/WebDAV/search.rst b/developer_manual/client_apis/WebDAV/search.rst index d88bccdf7..cc3219488 100644 --- a/developer_manual/client_apis/WebDAV/search.rst +++ b/developer_manual/client_apis/WebDAV/search.rst @@ -212,4 +212,35 @@ Get all png and jpg files over 10MB. +Get all files last modified after a given date. + +.. code-block:: xml + + + + + + + + + + + + + /files/test + infinity + + + + + + + + 2021-01-01T17:00:00Z + + + + + + .. _rfc5323: https://tools.ietf.org/html/rfc5323