ODS.VirtuosoOdsControllersWikiEx6
Example Usage of ODS Wiki Controller for Get Topic Versions
Note: The Consumer key for a given ODS Wiki instance can be obtained following these steps.
- At http://cname/ods/oauth_test.vsp enter:
- Server: http://cname/ods/api/
- Consumer Key: 1444fd337e720f2eceb2bf759c57c1648e749110
- API method: wiki.topic.versions
- API parameters: cluster=demoWiki&name=DemoTest?
- Query options: Generate URI and Submit
- Log in when prompted as user demo and authorize
- As result the Response Body should be:
<topic name="DemoTest" cluster="demoWiki"> <versions> <version number="1" modified="2009-12-01 12:02:09" owner="demo" /> <version number="2" modified="2009-12-01 12:11:51" owner="demo" /> </versions> </topic>