get uri schemas
/groups/{group}/uris/{uri}/schemas [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
4.9500 | 5.8900 | xml, json |
Description
Returns the schemas available for a URI.
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="status.sch" urltype="default"/> </available-schemas>
Error Handling
No specific errors expected for this service.