All Metadata
This page lets you explore every entity type in your TribeCRM instance — including built-in types, custom entities, and system-internal types. It fetches the live OData $metadata endpoint and displays all entity types with their fields, inheritance chain, and navigation properties.
Metadata Endpoint
The full schema — including all built-in types, custom entities, and custom fields — is always available at:
GET
/v1/odata/$metadata?$format=jsonThe response is a JSON document (OData 4.01 JSON CSDL format). Use this to programmatically discover your instance's schema.
All Entity Types
Log in and fetch the OData $metadata from your Tribe CRM instance to list every entity type in the schema.
Results
Login and fetch to explore all entity types.