ODS.VirtuosoOdsControllersBriefcaseEx13
Example Usage of ODS Briefcase Controller for Get Collection Details
Note: The Consumer key for a given ODS Briefcase instance can be obtained following these steps.
- At http://demo.openlinksw.com/ods/oauth_test.vsp enter:
- Server: http://demo.openlinksw.com/ods/api/
- Consumer Key: f3da6bd04ad341f9d79fddc7ea224f50576e74a2
- API method: briefcase.collection.info
- API parameters: path=/DAV/home/demo/mytest
- Query options: Generate URI and Submit
- Log in when prompted as user demo and authorize
- As result the Response Body should be:
<item path="/DAV/home/demo/mytest/"> <name>mytest</name> <mimeType>dav/unix-directory</mimeType> <owner>demo</owner> <group>demo</group> <permissions>rw-r--r--</permissions> <modification>2009-11-30</modification> <creation>2009-11-30</creation> <properties></properties> <shares></shares> </item>