Skip to main content

 Services

Web services from /about to /webhooks

list validations

/groups/{group}/validations [GET]

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.

Created on , last edited on