Skip to main content

 Services

Web services from /about to /webhooks

get uri schemas

/groups/{group}/uris/{uri}/schemas [GET]

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.

Created on , last edited on