list validations
/groups/{group}/validations [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml, json |
Description
Returns the list of shared validations for this group.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
The returned XML is as follows:
<validations> <validation name="[filename]" created="[datetime]" /> ... </validations>
Error Handling
No specific errors expected for this generator.