WAS THIS PAGE HELPFUL? {html}<a href="mailto:training@gwos.com?subject=Metadata APIs">Leave Feedback</a>{html}
h4. 10.0 Metadata APIs
h5. 10.1 Query Metadata
Retrieve metadata files describing the REST services and the schema of the objects passed in the services. Two resources are provided:
# The Web Application Description Language (WADL) - WADL is a machine-readable XML description of HTTP-based web applications (typically REST web services). WADL models the resources provided by a service and the relationships between them. It is platform and language independent and aims to promote reuse of applications beyond the basic use in a web browser.
# The XML Schema (XSD) - XSD is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML.
The WADL file returns an XML document describing all services available in the Foundation REST services. The XSD file returns the schema definitions for all data transfer objects passed in the REST services.
h6. 10.1.1 Method: GET WADL Metadata
{color:#4a86e8}GET /api/meta/wadl{color}
h6. 10.1.2 Method: GET XSD Schema Metadata
{color:#4a86e8}GET /api/meta/xsd{color}
h4. 10.0 Metadata APIs
h5. 10.1 Query Metadata
Retrieve metadata files describing the REST services and the schema of the objects passed in the services. Two resources are provided:
# The Web Application Description Language (WADL) - WADL is a machine-readable XML description of HTTP-based web applications (typically REST web services). WADL models the resources provided by a service and the relationships between them. It is platform and language independent and aims to promote reuse of applications beyond the basic use in a web browser.
# The XML Schema (XSD) - XSD is a description of a type of XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntactical constraints imposed by XML.
The WADL file returns an XML document describing all services available in the Foundation REST services. The XSD file returns the schema definitions for all data transfer objects passed in the REST services.
h6. 10.1.1 Method: GET WADL Metadata
{color:#4a86e8}GET /api/meta/wadl{color}
h6. 10.1.2 Method: GET XSD Schema Metadata
{color:#4a86e8}GET /api/meta/xsd{color}