Virtuoso Open-Source Edition

VOS.VirtuosoOdsControllersBriefcaseEx11

  • Topic
  • Discussion
  • VOS.VirtuosoOdsControllersBriefcaseEx11(Last) -- DAVWikiAdmin? , 2017-06-13 05:45:27 Edit WebDAV System Administrator 2017-06-13 05:45:27

    Example Usage of ODS Briefcase Controller for Get Resource Versions Details

    Note: The Consumer key for a given ODS Briefcase instance can be obtained following these steps.

    1. At http://demo.openlinksw.com/ods/oauth_test.vsp enter:
      1. Server: http://demo.openlinksw.com/ods/api/
      2. Consumer Key: f3da6bd04ad341f9d79fddc7ea224f50576e74a2
      3. API method: briefcase.resource.vc.versions
      4. API parameters: path=/DAV/home/demo/kidehen.vcf
      5. Query options: Generate URI and Submit
      6. Log in when prompted as user demo and authorize
    2. As result the Response Body should be:

      <item path="/DAV/home/demo/kidehen.vcf"> <versions> <version path="/DAV/home/demo/VVC/kidehen.vcf/1" number="1" size="414" modification="2009-11-30" /> <version path="/DAV/home/demo/VVC/kidehen.vcf/2" number="2" size="414" modification="2009-11-30" /> </versions> </item>