get validation report
/validation/report/{filename} [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9200 | 5.9900 | xml, csv |
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
Name | Description | Required | Type | Default value |
---|---|---|---|---|
group | Name of group the validation was done in | yes | string | |
name | Filename of report if it is shared | no | string |
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>