This HTML5 document contains 9 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n4http://www.openlinksw.com/ontology/webservices#
schemahttp://schema.org/
n6http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
xsdhhttp://www.w3.org/2001/XMLSchema#
n2http://www.iodbc.org/DAV/VAD/wa/API_user.ttl#action_user.acl.
n5https://www.iodbc.org/ods/api/user.acl.
Subject Item
n2:info
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n4:isWebServiceOf
n6:this_ODSUserModuleAPI
n4:endPointURL
n5:info
schema:shortDescription
<p>Get privacy information about user profile details. </p>
schema:name
EntryPoint - user_acl_info
schema:description
<p>Almost each detail in a user's profile can have its individual privacy setting as detailed in <ref kindref="member" refid="group__ods__module__user_1ods_user_privacy">ODS User Privacy Settings</ref>. This method returns the currently configured privacy settings for the authenticated user.</p><p><simplesect kind="return"><p>An XML stream containing one tag for each user profile detail with the following content:<itemizedlist> <listitem><p><computeroutput>1</computeroutput> - The detail is public</p></listitem><listitem><p><computeroutput>2</computeroutput> - The detail is controlled by ACLs. FIXME: see also somewhere</p></listitem><listitem><p><computeroutput>3</computeroutput> - The detail is private</p></listitem></itemizedlist> </p></simplesect> <simplesect kind="see"><p><ref kindref="member" refid="group__ods__module__user_1gaa5b7bc990093ae641d2a777cbe386766">user.acl.update()</ref></p></simplesect> <bold>Example:</bold> <pre> $ curl -i "http://www.iodbc.org/ods/api/user.acl.info?user_name=demo&amp;password_hash=49e473da03fbf295f06b5f0bf1f3301b5e4a67fc" HTTP/1.1 200 OK Server: Virtuoso/06.01.3127 (Linux) x86_64-unknown-linux-gnu Connection: Keep-Alive Date: Wed, 18 Apr 2012 06:30:48 GMT Accept-Ranges: bytes Content-Type: text/xml; charset="UTF-8" Content-Length: 1421 &lt;acl&gt; &lt;title&gt;1&lt;/title&gt; &lt;firstName&gt;1&lt;/firstName&gt; &lt;lastName&gt;1&lt;/lastName&gt; &lt;fullName&gt;1&lt;/fullName&gt; &lt;mail&gt;1&lt;/mail&gt; &lt;gender&gt;1&lt;/gender&gt; &lt;birthday&gt;2&lt;/birthday&gt; &lt;homepage&gt;1&lt;/homepage&gt; &lt;webIDs&gt;1&lt;/webIDs&gt; &lt;mailSignature&gt;3&lt;/mailSignature&gt; &lt;icq&gt;1&lt;/icq&gt; &lt;skype&gt;1&lt;/skype&gt; &lt;yahoo&gt;1&lt;/yahoo&gt; [...] &lt;/acl&gt; </pre> </p>
schema:url
n5:info