PROPFIND
PROPFIND is an HTTP method defined by the WebDAV extension to HTTP and is used to retrieve properties for a resource or a collection of resources. It plays a central role in discovering metadata about WebDAV resources, such as files, directories, calendars, or other managed objects.
A client issues a PROPFIND request to a resource URL and may include an XML request body
The server responds with a 207 Multi-Status status code and an XML document named multistatus. This document
PROPFIND is commonly used for metadata discovery and is a prerequisite for advanced clients and synchronization