validate publication
/members/{member}/groups/{group}/validate [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9905 | 5.9905 | xml |
Description
Performs a validation on all documents in a publication accessible to the specified group.
Invoking 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 |
publicationid | The ID of the publication to validate | yes | string | |
schema | The name of the schematron to use for validation (e.g. myschema.sch) | yes | string | |
shared | Whether report should be visible to all group members (manager only) | no | boolean | false |
Permission
Requires contributor or higher in the group.
Response
This service returns the following XML:
<publication-validation> <thread ...> ... </thread> </publication-validation>
Error Handling
0x1207 | No URIs to validate |
---|