[
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 404,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "MKCOL",
            "description": "Folder create"
        },
        "response": {
            "status": 409,
            "body": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<d:error xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\">\n  <s:exception>Sabre\\DAV\\Exception\\Conflict</s:exception>\n  <s:message>Parent node does not exist</s:message>\n</d:error>\n",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "error": {
                    "exception": "Sabre\\DAV\\Exception\\Conflict",
                    "message": "Parent node does not exist"
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/webdav/test/</d:href><d:propstat><d:prop><d:getlastmodified>Mon, 23 Dec 2019 14:31:04 GMT</d:getlastmodified><d:getetag>&quot;5e00cfa85f95b&quot;</d:getetag><d:resourcetype><d:collection/></d:resourcetype><oc:fileid>79150</oc:fileid><oc:permissions>RGDNVCK</oc:permissions><oc:size>18</oc:size><nc:has-preview>false</nc:has-preview><oc:favorite>0</oc:favorite><oc:comments-unread>0</oc:comments-unread><oc:owner-display-name>Holger Gockel</oc:owner-display-name><oc:share-types/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><d:getcontenttype/><d:getcontentlength/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus>",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "href": "/remote.php/webdav/test/",
                        "propstat": [
                            {
                                "prop": {
                                    "getlastmodified": "Mon, 23 Dec 2019 14:31:04 GMT",
                                    "getetag": "&quot;5e00cfa85f95b&quot;",
                                    "resourcetype": {
                                        "collection": ""
                                    },
                                    "fileid": 79150,
                                    "permissions": "RGDNVCK",
                                    "size": 18,
                                    "has-preview": false,
                                    "favorite": 0,
                                    "comments-unread": 0,
                                    "owner-display-name": "Holger Gockel",
                                    "share-types": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            },
                            {
                                "prop": {
                                    "getcontenttype": "",
                                    "getcontentlength": ""
                                },
                                "status": "HTTP/1.1 404 Not Found"
                            }
                        ]
                    }
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 404,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder",
            "method": "MKCOL",
            "description": "Folder create"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 404,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "MKCOL",
            "description": "Folder create"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/webdav/test/folder/comments/</d:href><d:propstat><d:prop><d:getlastmodified>Mon, 23 Dec 2019 14:31:11 GMT</d:getlastmodified><d:getetag>&quot;5e00cfafaa4bc&quot;</d:getetag><d:resourcetype><d:collection/></d:resourcetype><oc:fileid>79154</oc:fileid><oc:permissions>RGDNVCK</oc:permissions><oc:size>0</oc:size><nc:has-preview>false</nc:has-preview><oc:favorite>0</oc:favorite><oc:comments-unread>0</oc:comments-unread><oc:owner-display-name>Holger Gockel</oc:owner-display-name><oc:share-types/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><d:getcontenttype/><d:getcontentlength/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus>",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "href": "/remote.php/webdav/test/folder/comments/",
                        "propstat": [
                            {
                                "prop": {
                                    "getlastmodified": "Mon, 23 Dec 2019 14:31:11 GMT",
                                    "getetag": "&quot;5e00cfafaa4bc&quot;",
                                    "resourcetype": {
                                        "collection": ""
                                    },
                                    "fileid": 79154,
                                    "permissions": "RGDNVCK",
                                    "size": 0,
                                    "has-preview": false,
                                    "favorite": 0,
                                    "comments-unread": 0,
                                    "owner-display-name": "Holger Gockel",
                                    "share-types": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            },
                            {
                                "prop": {
                                    "getcontenttype": "",
                                    "getcontentlength": ""
                                },
                                "status": "HTTP/1.1 404 Not Found"
                            }
                        ]
                    }
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "POST",
            "description": "File add comment",
            "body": "{\n    \"actorType\": \"users\",\n    \"message\": \"C1\",\n    \"objectType\": \"files\",\n    \"verb\": \"comment\"\n}"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": "/remote.php/dav/comments/files/79154/378"
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "POST",
            "description": "File add comment",
            "body": "{\n    \"actorType\": \"users\",\n    \"message\": \"C2\",\n    \"objectType\": \"files\",\n    \"verb\": \"comment\"\n}"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": "/remote.php/dav/comments/files/79154/379"
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "POST",
            "description": "File add comment",
            "body": "{\n    \"actorType\": \"users\",\n    \"message\": \"C3\",\n    \"objectType\": \"files\",\n    \"verb\": \"comment\"\n}"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": "/remote.php/dav/comments/files/79154/380"
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "POST",
            "description": "File add comment",
            "body": "{\n    \"actorType\": \"users\",\n    \"message\": \"C4\",\n    \"objectType\": \"files\",\n    \"verb\": \"comment\"\n}"
        },
        "response": {
            "status": 201,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": "/remote.php/dav/comments/files/79154/381"
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "REPORT",
            "description": "File get comments",
            "body": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n                    <oc:filter-comments xmlns:D=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\">\n                        <oc:limit>1</oc:limit>\n                        <oc:offset>1</oc:offset>\n                    </oc:filter-comments>",
            "jsonBody": {
                "filter-comments": {
                    "limit": 1,
                    "offset": 1
                }
            }
        },
        "response": {
            "status": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n <d:response>\n  <d:status>HTTP/1.1 200 OK</d:status>\n  <d:href>/remote.php/dav/comments/files/79154/380</d:href>\n  <d:propstat>\n   <d:prop>\n    <oc:id>380</oc:id>\n    <oc:parentId>0</oc:parentId>\n    <oc:topmostParentId>0</oc:topmostParentId>\n    <oc:childrenCount>0</oc:childrenCount>\n    <oc:verb>comment</oc:verb>\n    <oc:actorType>users</oc:actorType>\n    <oc:actorId>holger</oc:actorId>\n    <oc:creationDateTime>Mon, 23 Dec 2019 14:31:13 GMT</oc:creationDateTime>\n    <oc:latestChildDateTime/>\n    <oc:objectType>files</oc:objectType>\n    <oc:objectId>79154</oc:objectId>\n    <oc:message>C3</oc:message>\n    <oc:actorDisplayName>Holger Gockel</oc:actorDisplayName>\n    <oc:isUnread>false</oc:isUnread>\n    <oc:mentions/>\n   </d:prop>\n   <d:status>HTTP/1.1 200 OK</d:status>\n  </d:propstat>\n </d:response>\n</d:multistatus>\n",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "status": "HTTP/1.1 200 OK",
                        "href": "/remote.php/dav/comments/files/79154/380",
                        "propstat": {
                            "prop": {
                                "id": 380,
                                "parentId": 0,
                                "topmostParentId": 0,
                                "childrenCount": 0,
                                "verb": "comment",
                                "actorType": "users",
                                "actorId": "holger",
                                "creationDateTime": "Mon, 23 Dec 2019 14:31:13 GMT",
                                "latestChildDateTime": "",
                                "objectType": "files",
                                "objectId": 79154,
                                "message": "C3",
                                "actorDisplayName": "Holger Gockel",
                                "isUnread": false,
                                "mentions": ""
                            },
                            "status": "HTTP/1.1 200 OK"
                        }
                    }
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/dav/comments/files/79154",
            "method": "REPORT",
            "description": "File get comments",
            "body": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n                    <oc:filter-comments xmlns:D=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\">\n                        <oc:limit>30</oc:limit>\n                        <oc:offset>0</oc:offset>\n                    </oc:filter-comments>",
            "jsonBody": {
                "filter-comments": {
                    "limit": 30,
                    "offset": 0
                }
            }
        },
        "response": {
            "status": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n <d:response>\n  <d:status>HTTP/1.1 200 OK</d:status>\n  <d:href>/remote.php/dav/comments/files/79154/381</d:href>\n  <d:propstat>\n   <d:prop>\n    <oc:id>381</oc:id>\n    <oc:parentId>0</oc:parentId>\n    <oc:topmostParentId>0</oc:topmostParentId>\n    <oc:childrenCount>0</oc:childrenCount>\n    <oc:verb>comment</oc:verb>\n    <oc:actorType>users</oc:actorType>\n    <oc:actorId>holger</oc:actorId>\n    <oc:creationDateTime>Mon, 23 Dec 2019 14:31:14 GMT</oc:creationDateTime>\n    <oc:latestChildDateTime/>\n    <oc:objectType>files</oc:objectType>\n    <oc:objectId>79154</oc:objectId>\n    <oc:message>C4</oc:message>\n    <oc:actorDisplayName>Holger Gockel</oc:actorDisplayName>\n    <oc:isUnread>false</oc:isUnread>\n    <oc:mentions/>\n   </d:prop>\n   <d:status>HTTP/1.1 200 OK</d:status>\n  </d:propstat>\n </d:response>\n <d:response>\n  <d:status>HTTP/1.1 200 OK</d:status>\n  <d:href>/remote.php/dav/comments/files/79154/380</d:href>\n  <d:propstat>\n   <d:prop>\n    <oc:id>380</oc:id>\n    <oc:parentId>0</oc:parentId>\n    <oc:topmostParentId>0</oc:topmostParentId>\n    <oc:childrenCount>0</oc:childrenCount>\n    <oc:verb>comment</oc:verb>\n    <oc:actorType>users</oc:actorType>\n    <oc:actorId>holger</oc:actorId>\n    <oc:creationDateTime>Mon, 23 Dec 2019 14:31:13 GMT</oc:creationDateTime>\n    <oc:latestChildDateTime/>\n    <oc:objectType>files</oc:objectType>\n    <oc:objectId>79154</oc:objectId>\n    <oc:message>C3</oc:message>\n    <oc:actorDisplayName>Holger Gockel</oc:actorDisplayName>\n    <oc:isUnread>false</oc:isUnread>\n    <oc:mentions/>\n   </d:prop>\n   <d:status>HTTP/1.1 200 OK</d:status>\n  </d:propstat>\n </d:response>\n <d:response>\n  <d:status>HTTP/1.1 200 OK</d:status>\n  <d:href>/remote.php/dav/comments/files/79154/379</d:href>\n  <d:propstat>\n   <d:prop>\n    <oc:id>379</oc:id>\n    <oc:parentId>0</oc:parentId>\n    <oc:topmostParentId>0</oc:topmostParentId>\n    <oc:childrenCount>0</oc:childrenCount>\n    <oc:verb>comment</oc:verb>\n    <oc:actorType>users</oc:actorType>\n    <oc:actorId>holger</oc:actorId>\n    <oc:creationDateTime>Mon, 23 Dec 2019 14:31:13 GMT</oc:creationDateTime>\n    <oc:latestChildDateTime/>\n    <oc:objectType>files</oc:objectType>\n    <oc:objectId>79154</oc:objectId>\n    <oc:message>C2</oc:message>\n    <oc:actorDisplayName>Holger Gockel</oc:actorDisplayName>\n    <oc:isUnread>false</oc:isUnread>\n    <oc:mentions/>\n   </d:prop>\n   <d:status>HTTP/1.1 200 OK</d:status>\n  </d:propstat>\n </d:response>\n <d:response>\n  <d:status>HTTP/1.1 200 OK</d:status>\n  <d:href>/remote.php/dav/comments/files/79154/378</d:href>\n  <d:propstat>\n   <d:prop>\n    <oc:id>378</oc:id>\n    <oc:parentId>0</oc:parentId>\n    <oc:topmostParentId>0</oc:topmostParentId>\n    <oc:childrenCount>0</oc:childrenCount>\n    <oc:verb>comment</oc:verb>\n    <oc:actorType>users</oc:actorType>\n    <oc:actorId>holger</oc:actorId>\n    <oc:creationDateTime>Mon, 23 Dec 2019 14:31:12 GMT</oc:creationDateTime>\n    <oc:latestChildDateTime/>\n    <oc:objectType>files</oc:objectType>\n    <oc:objectId>79154</oc:objectId>\n    <oc:message>C1</oc:message>\n    <oc:actorDisplayName>Holger Gockel</oc:actorDisplayName>\n    <oc:isUnread>false</oc:isUnread>\n    <oc:mentions/>\n   </d:prop>\n   <d:status>HTTP/1.1 200 OK</d:status>\n  </d:propstat>\n </d:response>\n</d:multistatus>\n",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": [
                        {
                            "status": "HTTP/1.1 200 OK",
                            "href": "/remote.php/dav/comments/files/79154/381",
                            "propstat": {
                                "prop": {
                                    "id": 381,
                                    "parentId": 0,
                                    "topmostParentId": 0,
                                    "childrenCount": 0,
                                    "verb": "comment",
                                    "actorType": "users",
                                    "actorId": "holger",
                                    "creationDateTime": "Mon, 23 Dec 2019 14:31:14 GMT",
                                    "latestChildDateTime": "",
                                    "objectType": "files",
                                    "objectId": 79154,
                                    "message": "C4",
                                    "actorDisplayName": "Holger Gockel",
                                    "isUnread": false,
                                    "mentions": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            }
                        },
                        {
                            "status": "HTTP/1.1 200 OK",
                            "href": "/remote.php/dav/comments/files/79154/380",
                            "propstat": {
                                "prop": {
                                    "id": 380,
                                    "parentId": 0,
                                    "topmostParentId": 0,
                                    "childrenCount": 0,
                                    "verb": "comment",
                                    "actorType": "users",
                                    "actorId": "holger",
                                    "creationDateTime": "Mon, 23 Dec 2019 14:31:13 GMT",
                                    "latestChildDateTime": "",
                                    "objectType": "files",
                                    "objectId": 79154,
                                    "message": "C3",
                                    "actorDisplayName": "Holger Gockel",
                                    "isUnread": false,
                                    "mentions": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            }
                        },
                        {
                            "status": "HTTP/1.1 200 OK",
                            "href": "/remote.php/dav/comments/files/79154/379",
                            "propstat": {
                                "prop": {
                                    "id": 379,
                                    "parentId": 0,
                                    "topmostParentId": 0,
                                    "childrenCount": 0,
                                    "verb": "comment",
                                    "actorType": "users",
                                    "actorId": "holger",
                                    "creationDateTime": "Mon, 23 Dec 2019 14:31:13 GMT",
                                    "latestChildDateTime": "",
                                    "objectType": "files",
                                    "objectId": 79154,
                                    "message": "C2",
                                    "actorDisplayName": "Holger Gockel",
                                    "isUnread": false,
                                    "mentions": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            }
                        },
                        {
                            "status": "HTTP/1.1 200 OK",
                            "href": "/remote.php/dav/comments/files/79154/378",
                            "propstat": {
                                "prop": {
                                    "id": 378,
                                    "parentId": 0,
                                    "topmostParentId": 0,
                                    "childrenCount": 0,
                                    "verb": "comment",
                                    "actorType": "users",
                                    "actorId": "holger",
                                    "creationDateTime": "Mon, 23 Dec 2019 14:31:12 GMT",
                                    "latestChildDateTime": "",
                                    "objectType": "files",
                                    "objectId": 79154,
                                    "message": "C1",
                                    "actorDisplayName": "Holger Gockel",
                                    "isUnread": false,
                                    "mentions": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            }
                        }
                    ]
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "PROPFIND",
            "description": "File/Folder get details",
            "body": "<?xml version=\"1.0\"?>\n            <d:propfind  xmlns:d=\"DAV:\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\">\n            <d:prop>\n                  <d:getlastmodified />\n                  <d:getetag />\n                  <d:getcontenttype />\n                  <d:resourcetype />\n                  <oc:fileid />\n                  <oc:permissions />\n                  <oc:size />\n                  <d:getcontentlength />\n                  <nc:has-preview />\n                  <oc:favorite />\n                  <oc:comments-unread />\n                  <oc:owner-display-name />\n                  <oc:share-types />\n            </d:prop>\n          </d:propfind>",
            "jsonBody": {
                "propfind": {
                    "prop": {
                        "getlastmodified": "",
                        "getetag": "",
                        "getcontenttype": "",
                        "resourcetype": "",
                        "fileid": "",
                        "permissions": "",
                        "size": "",
                        "getcontentlength": "",
                        "has-preview": "",
                        "favorite": "",
                        "comments-unread": "",
                        "owner-display-name": "",
                        "share-types": ""
                    }
                }
            }
        },
        "response": {
            "status": 207,
            "body": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/webdav/test/folder/comments/</d:href><d:propstat><d:prop><d:getlastmodified>Mon, 23 Dec 2019 14:31:11 GMT</d:getlastmodified><d:getetag>&quot;5e00cfafaa4bc&quot;</d:getetag><d:resourcetype><d:collection/></d:resourcetype><oc:fileid>79154</oc:fileid><oc:permissions>RGDNVCK</oc:permissions><oc:size>0</oc:size><nc:has-preview>false</nc:has-preview><oc:favorite>0</oc:favorite><oc:comments-unread>0</oc:comments-unread><oc:owner-display-name>Holger Gockel</oc:owner-display-name><oc:share-types/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat><d:propstat><d:prop><d:getcontenttype/><d:getcontentlength/></d:prop><d:status>HTTP/1.1 404 Not Found</d:status></d:propstat></d:response></d:multistatus>",
            "contentType": "application/xml; charset=utf-8",
            "contentLocation": "",
            "jsonBody": {
                "multistatus": {
                    "response": {
                        "href": "/remote.php/webdav/test/folder/comments/",
                        "propstat": [
                            {
                                "prop": {
                                    "getlastmodified": "Mon, 23 Dec 2019 14:31:11 GMT",
                                    "getetag": "&quot;5e00cfafaa4bc&quot;",
                                    "resourcetype": {
                                        "collection": ""
                                    },
                                    "fileid": 79154,
                                    "permissions": "RGDNVCK",
                                    "size": 0,
                                    "has-preview": false,
                                    "favorite": 0,
                                    "comments-unread": 0,
                                    "owner-display-name": "Holger Gockel",
                                    "share-types": ""
                                },
                                "status": "HTTP/1.1 200 OK"
                            },
                            {
                                "prop": {
                                    "getcontenttype": "",
                                    "getcontentlength": ""
                                },
                                "status": "HTTP/1.1 404 Not Found"
                            }
                        ]
                    }
                }
            }
        }
    },
    {
        "request": {
            "url": "/remote.php/webdav/test/folder/comments",
            "method": "DELETE",
            "description": "File delete"
        },
        "response": {
            "status": 204,
            "body": "",
            "contentType": "text/html; charset=UTF-8",
            "contentLocation": ""
        }
    }
]