. . "GET" . "EntryPoint - acl_groups_list" . "text/xml" . "

This function allows to list all groups defined by the authenticated user. Be aware that ODS exposes data as linked data which allows to query the groups via SPARQL as described in Querying ACL Rules.

A list of the groups defined by the authenticated user as a JSON string.

\nExample: [\n{\n\"id\":1,\n\"uri\":\"http://web.ods.openlinksw.com/dataspace/trueg/group/Test%20Group%201\",\n\"name\":\"Testgroup1\",\n\"description\":\"Thefirstofthegroups\",\n\"members\":[\n\"http://web.ods.openlinksw.com/dataspace/person/egon#this\",\n\"http://web.ods.openlinksw.com/dataspace/person/hans#this\"\n]\n},\n{\n\"id\":2,\n\"uri\":\"http://web.ods.openlinksw.com/dataspace/trueg/group/Test%20Group%202\",\n\"name\":\"Testgroup2\",\n\"description\":\"Thesecondofthegroups\",\n\"members\":[\n\"http://id.myopenlinksw.com/dataspace/person/egon#this\",\n\"http://www.facebook.com/some.user\",\n\"acct.persona:trueg@openlinksw.com\"\n]\n}\n]\n

Authentication

This function requries authentication via one of the supported authentication methods as described in ODS Authentication.

\n

" . . "

List groups defined by the authenticated user.

" . .