Skip to main content

 Services

Web services from /about to /webhooks

get validation report

/validation/report/{filename} [GET]

Description

Returns the specified validation report file (without deleting it).

If filename is specified, path is [group root]/.temp/shared/validation/[filename] 

Otherwise it is [group root]/.temp/[member id]/validation-output.xml.

Parameters

NameDescriptionRequiredTypeDefault value
groupName of group the validation was done inyesstring
nameFilename of report if it is sharednostring

Permission

Response

The report file has the following format:

 <validation-report documents="5"
                    failures-only="true"
                    log-message="true"
                    date="2020-04-20T12:36:59+10:00"
                    schema="best_practice.sch"
                    ids="1872,6856,2799,2610,1807"
                    ... >
   <uri id="1872"
        path="/ps/acme/content/documents/consult_by_telephone.psml"
        title="Consult by telephone">
      <svrl:schematron-output ...> ... </svrl:schematron-output>
   </uri>
   <uri id="6856"
        path="https://pageseeder.com/try.html"
        title="Try PageSeeder">
      <svrl:schematron-output ...> ... </svrl:schematron-output>
   </uri>
   ...
 </validation-report>

Error handling

Created on , last edited on