Skip to main content

 Services

Web services from /about to /webhooks

resolve folder refs

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

Description

Resolve xrefs for a folder.

Invoking this service starts an Asynchronous process.

Parameters

NameDescriptionRequiredTypeDefault
start-threadWhether the resolve xrefs thread should be startednobooleantrue

Permission

Requires group  manager permissions.

Response

This service returns the following XML:

<xref-resolution>
  <thread ...> ... </thread>
</xref-resolution>

If the thread is not started (if parameter start-thread is set to false ), then only the number of URIs to parse is returned like so:

<total-uris>125</total-uris>
 

Error Handling

CodeCause / Description
0x1205The URI is not a folder
0x1204There is no default Group URI
0x1219URI is in the default group folder for another group
0x1405Invalid group folder ID
0x1406Group folder is in the default group folder for another group
Created on , last edited on