The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /REST/resources/schema

Get the full schema of a REST resource.

Many of the Synapse resource are composition objects and the various interfaces must be navigated to fully digest the object. The schema objects provided by this method include this composition. If the full composition is not needed, then a flattened or effective schema can be retrieved with the GET /REST/resources/effectiveSchema method.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/REST/resources/schema

Parameters
resourceId The full name of the resource (see GET /REST/resources for the full list of names).
Resource Information
Authentication not required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object None