get group schemas
/groups/{group}/schemas [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9800 | 5.9800 | xml, json |
Description
Returns the schemas available for a group.
Parameters
No parameters required.
Permission
This service is restricted to guest and higher, unless the group is accessible to public.
Response
The output has the following format:
<available-schemas> <schema name="references.sch" extension="default"/> <schema name="orphan_images.sch" extension="default"/> <schema name="best_practice.sch" extension="psml"/> <schema name="old_psml.sch" extension="psml"/> <schema name="default.sch" extension="psml" documenttype="book"/> <schema name="isbn_check.sch" extension="psml" documenttype="book"/> <schema name="default.sch" extension="jpg" /> <schema name="default.sch" extension="png" /> <schema name="default.sch" extension="url" /> <schema name="status.sch" urltype="default" /> </available-schemas>
Error Handling
No specific errors expected for this service.