validate urls
/members/{member}/groups/{group}/externaluris/validate [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml |
Description
Validate the external URIs (also known as URLs) used in a group or on the whole server.
This service starts an Asynchronous process.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
failuresonly | Whether to only include results with failed assertions | no | boolean | false |
for | If 'server' then validate all external URIs on the server (edit all URLs permission only) | no | string | |
schema | The name of the schematron to use for validation (e.g. myschema.sch) | yes | string | |
shared | Whether to share this report with other group members (manager only) | no | boolean | false |
urltype | The URL type of URIs to validate | no | string |
Permission
This service requires contributor or higher in the group.
Response
The output has the following format:
<url-validation> <thread ...> ... </thread> </url-validation>
Error Handling
0x1207 | No URIs to validate |
---|