Example Usage of ODS Addressbook Controller for Get subscription details
$ curl -i "http://demo.openlinksw.com/ods/api/addressbook.subscription.get?subscription_id=4&user_name=demo&password_hash=921q783d9e4cbdf5cvs343dafdfvrf6a4fh"
HTTP/1.1 200 OK
Server: Virtuoso/06.02.3129 (Solaris) x86_64-pc-solaris2.10-64 VDB
Connection: Keep-Alive
Date: Thu, 19 May 2011 12:46:17 GMT
Accept-Ranges: bytes
Content-Type: text/xml; charset="UTF-8"
Content-Length: 269
<publication id="4">
<name>test_subscr2</name>
<updatePeriod>daily</updatePeriod>
<updateFreq>1</updateFreq>
<sourceType>URL</sourceType>
<source>http://demo.openlinksw.com/DAV/home/demo/mycontacts2.txt</source>
<options>
</options>
</publication>
Related