get uri publications
/members/{member}/groups/{group}/uris/{uri}/publications [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9602 | 6.0005 | xml, json |
Description
Get URI publications.
Load publications that embed or transclude the URI provided.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
rootonly | Whether to list only the publications that this URI is the root of | no | boolean | false |
Permission
Member must have view permission for the URI. Only publications from groups the member can view are listed.
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.