Skip to main content

 Services

Web services from /about to /webhooks

list host externaluris

/hosts/{host}/externaluris [GET]

Description

Load all the external URIs for a specified host in the group specified in the request.

Parameters

NameDescriptionRequiredTypeDefault
archivedInclude archived URIsnobooleanfalse
archivedfoldersInclude archived folder URIsnobooleanfalse
pageThe page to loadnointeger1
pagesizeThe number of results per pagenointeger200
relationshipThe relationship of returned URIs to host, can be children, descendantsnoenumchildren
typeThe type of URIs to return, can be foldernostring

Permission

This service is restricted to guest and higher.

Response

The URI for the host are listed in as <uri> elements wrapped in a <uris> element:

<uris>
  <uri id="[id]" path="[crole]" ...>
    <!-- All URI's attribute are included -->
    <displaytitle type="text/plain">[content of version]</displaytitle>
  </uri>
  ...
</uris>

Error Handling

No specific errors expected for this service.

Created on , last edited on