get group publications
/groups/{group}/publications [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9600 | 6.0005 | xml, json |
Description
Get group publications.
List all the publications for the request group.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
page | The page to load | no | integer | 1 |
pagesize | The number of publications per page | no | integer | 100 |
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
<publications> <publication id="[publication id]" hostid="[host id]" rooturiid="[uri id]" title="[uri title]" defaultgroupid="[groupid]" type="[type]" /> ... </publications>
Error Handling
No specific errors expected for this service.