Skip to main content

 Services

Web services from /about to /webhooks

validate publication

/members/{member}/groups/{group}/validate [POST]

Description

Performs a validation on all documents in a publication accessible to the specified group.

Invoking this service starts an Asynchronous process.

Parameters

NameDescriptionRequiredTypeDefault value
failuresonlyWhether to only include results with failed assertionsnobooleanfalse
publicationidThe ID of the publication to validateyesstring
schemaThe name of the schematron to use for validation (e.g. myschema.sch)yesstring
sharedWhether report should be visible to all group members (manager only)nobooleanfalse

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
Created on , last edited on