Skip to main content

 Services

Web services from /about to /webhooks

list uri reversexrefs

/members/{member}/uris/{uri}/reversexrefs [GET]

Description

Load a URI's reverse xrefs

Only returns the reverse xrefs for groups the member has access to. The @count-all-groups shows the total number.

Parameters

NameDescriptionRequiredTypeDefault value
pagethe page to loadnointeger1
pagesizethe number of results per pagenointeger1000

Permission

The member must have access to the URI.

Response

<reversexrefs count-all-groups="12">
  <reversexref title="[title]"
               urititle="[source URI title]"
               uriid="[target ID]" ... />
  ...
</reversexrefs>

Error Handling

No specific errors expected for this generator.

Created on , last edited on