Integration APIs
Relatude is a flexible solution that can easily be integrated with other systems.
Integration Options in Relatude CMS
Relatude CMS is designed with flexibility in mind, making it easy to integrate your content and functionality with external systems. Out of the box, Relatude provides two powerful integration endpoints:
-
OData Endpoint – Expose all your content in a standardized, queryable format that works seamlessly with tools and systems supporting OData. This makes it easy to connect with reporting tools, BI platforms, or custom integrations that benefit from structured queries.
-
GraphQL Endpoint – Access your content through a modern and flexible GraphQL API. This allows clients to request exactly the data they need in a single query, enabling efficient integrations with web, mobile, and third-party applications.
While Relatude doesn’t ship with a traditional REST API as standard, the platform is built on .NET and makes it simple to create custom APIs tailored to your needs. Developers can leverage Relatude’s content engine and the .NET framework to quickly implement REST endpoints or specialized services where required.
With these options, Relatude gives you the freedom to choose the integration model that best suits your project, whether that’s using the built-in OData or GraphQL endpoints, or creating a custom API for maximum control.