📄️ Authentication
To access any endpoint in the iDempiere REST API, you must first authenticate and obtain a Bearer token. This token must be sent in the Authorization header of every request.
🗃️ CRUD Operations
6 items
📄️ Processes API
Working with processes and reports via /api/v1/processes.
📄️ Workflows API
GET /api/v1/workflow
📄️ REST Views
In iDempiere, models typically have many columns and use a database-oriented naming convention. This structure may not align well with typical JSON schema practices. To address this, the REST View feature introduces a layer of abstraction, allowing developers to configure a simplified, JSON-oriented schema on top of iDempiere models.
📄️ Uploads API
The iDempiere REST API supports uploading large files to be used later for attachments, images, or archives. This is especially useful when dealing with base64-based operations.
📄️ Batch Request
Endpoint: POST /api/v1/batch
🗃️ API Configuration
6 items
🗃️ Other resources
9 items