list uri reversexrefs
/members/{member}/uris/{uri}/reversexrefs [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.9900 | 5.9900 | xml |
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
| Name | Description | Required | Type | Default value |
|---|---|---|---|---|
| page | the page to load | no | integer | 1 |
| pagesize | the number of results per page | no | integer | 1000 |
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.