Skip to main content

Intro

The iDempiere REST API is a powerful plugin that allows developers to interact with an iDempiere server through a modern, RESTful interface. All data is exchanged over HTTP using JSON, making it easy to connect with any system or tool that supports web services.

This API is designed with developers in mind and follows the OData standard to ensure consistency, structure, and predictability across endpoints.


⚙️ What You'll Learn

These tutorials cover practical use cases and real-world workflows, including:

  • Authenticating with the iDempiere REST API
  • Retrieving and filtering records using OData syntax
  • Creating, updating, and deleting business data
  • Executing custom processes and views
  • Debugging and testing with Postman

🔗 Explore the API

You can explore and test the iDempiere REST API using standard tools:

These tools provide interactive access to endpoints, parameters, and responses to help you quickly understand and integrate the API.


🛠️ Prerequisites

To get the most out of these tutorials, you should have:

  • A running iDempiere instance
  • Basic knowledge of HTTP, REST, and JSON
  • A tool like Postman, curl, or your preferred HTTP client

🧭 Next Steps

➡️ Start with the Quickstart Guide
➡️ Or explore the full API Guides


Need help? Join the REST Mattermost channel for support and collaboration.