Wiki source code of MembershipJson
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity wiki="false"}} | ||
| 2 | ##$response.setContentType('application/json') | ||
| 3 | ##{ | ||
| 4 | ##"greeting" : "Hello", | ||
| 5 | ##"location": "World" | ||
| 6 | ##} | ||
| 7 | |||
| 8 | #set($memberships = $services.query.xwql("select doc.className from Document doc where doc.className = 'XWiki.XWikiUsers'").execute()) | ||
| 9 | |||
| 10 | $memberships | ||
| 11 | {{/velocity}} |