Metadata Endpoint
URL: https://www.realtracs.com/reso/$metadata
The metadata endpoint describes the structure of all the entities, properties, and relationships in the API.
- Provides an XML document or JSON document in the OData EDMX format
- Includes:
- Entity types
- Complex types
- Relationships between entities
- Supported operations
The metadata endpoint is essential for generating strongly typed clients or understanding the data model.
By default, the metadata is returned in OData XML (EDMX) format.
JSON Output
You can request the metadata in JSON format by including the format=json query parameter:
XML Output
You can request the metadata in XML format by including the format=xml query parameter: