Skip to main content

 Services

Web services from /about to /webhooks

create document foruri

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

Description

Create a new PSML document.

There are various ways of specifying the target destination:

  • If the document config for the type specified has <folder> or <filename> defined, then these are used to compute the document path.
  • Otherwise, the URI on the request or the following parameters are used: name.

Parameters

NameDescriptionRequiredTypeDefault
nameName of file to create – without extension (required if filename not specified in document config)maybestring
descriptionDescription of new documentnostring
docidDocument IDnostring
labelsComma-separated list of document label valuesnostring
notification-contentContent of notificationnostring
notification-groupsComma-separated list of group names to notify (optional, default to current group name)nostring
notification-labelsComma-separated list of label values for the note (if exists creates a note)nostring
notification-subjectSubject of notification (default to document title or “Document Created”)nostring
notifyNotification behaviornonotificationsilent
template.*template.[name] used as a param by the template to create the contentnodefined in template
titleDisplay title of new documentnostring
typeType of new documentnostringdefault

Permission

This service requires contributor or higher.

Response

The XML output follows this format:

<document-creation [renamed="true"
                    original-name="new:document.psml"]>
  <uri id="138614"
       scheme="https"
       host="localhost"
       port="443"
       path="/ps/jb/group1/documents/new_document.psml"
       decodedpath="/ps/jb/group1/documents/new_document.psml"
       external="false"
       mediatype="application/vnd.pageseeder.psml+xml"
       created="2013-12-19T15:14:54+11:00">
    <displaytitle>New document</displaytitle>
  </uri>
</document-creation> 

Error Handling

CodeCause / Description
0x1201Illegal character in filename
0x1216Invalid destination
0x120AInvalid Document ID
0x1209Existing Document ID
0x1211Existing URI
0x201BUnable to create XRefs
0x1217Two contradictory parameters have been specified (url and name or url and parenturl or url and parentfolder or parenturl and parentfolder)
0x6202Invalid PSML document config
Created on , last edited on