Skip to main content

 Services

Web services from /about to /webhooks

get group publications

/groups/{group}/publications [GET]

Description

Get group publications.

List all the publications for the request group.

Parameters

NameDescriptionRequiredTypeDefault
pageThe page to loadnointeger1
pagesizeThe number of publications per pagenointeger100

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.

Created on , last edited on