REST XSD Descriptor - EcoSys - Customization & Programming - Hexagon

EcoSys Web Service API Usage Documentation

Language
English
Product
EcoSys
Search by Category
Customization & Programming
EcoSys Version
8.6

A link to an XSD file (defines the XML schema for REST responses) is available on the documentation page for each published API. The XSD file may be used to configure a calling client using the REST XML interface, to generate client code, or to validate responses. The XSD is generated dynamically to match the API's configuration.

The XSD defines both result elements and request elements. For example, for an object API called "SampleProject", the XSD defines: <SampleProjectResult> and <SampleProjectRequest>.