Skip to main content

 Version 5

Legacy documentation for PageSeeder v5

create uri xref

/members/{member}/groups/{group}/uris/{uri}/xrefs [POST]

Description

This service is deprecated, use Service: /members/{member}/groups/{group}/uris/{uri}/metadata [PUT] instead and add xref to a <property datatype="xref">.

Create a new xref.

Adds an xref from the current URI to a target URI specified by the parameter targeturi. The xref links the two URIs at their fragment named “default”. The XML output is PSML.

Parameters

NameDescriptionRequiredTypeDefault
targeturiThe target uri idyeslong
displayThe display type, allowed values are manual, document, document+fragment, document+manualnoenumdocument
labelsComma-separated list of labelsnostring
titleThe title of the xrefnostring

Permission

Response

<xref-creation>
  <xref id="123"
        title="[name]"
        uriid="[target uriid]"
        ...>
     [content]
  </xref>
</xref-creation>

Error Handling

No specific errors expected for this service.

Created on , last edited on