Intelligent Document Processing
processmaker.comKnowledge CenterDevelopers Corner
  • ProcessMaker Intelligent Document Processing
  • What's New
  • Release Notes
  • Glossary
  • 🟦IDP User
    • Document Management
      • Files and Folders
      • Preview a Document
      • Version Control
      • Access Control
      • Elastic Search
    • Intelligent Document Processing
  • 🟪IDP Administrator
    • Entity Management
      • Create a New Entity
    • Excel Import and Export
    • OCR Service
    • Classification Service
    • Named Entity Recognition
    • Annotations
    • Authorization
      • Example Authorization Configuration
    • Importer
    • Elastic Search Configuration
    • Email Integration
    • Email Notifications
    • Audit Log
    • Retention Management
    • Power BI
    • Exports
    • Translations
  • 🟦ProcessMaker Administrator and Designer
    • IDP Admin Settings
    • IDP Connector in Processes
  • 🟩IDP Developer
    • REST API Home
    • Key Concepts
    • Authentication
    • Request Syntax
    • Endpoints for Entity Objects
    • Endpoints for Documents
    • WebSockets
Powered by GitBook
  1. IDP Developer

REST API Home

Learn to use ProcessMaker IDP

PreviousIDP Connector in ProcessesNextKey Concepts

Last updated 11 months ago

The ProcessMaker IDP REST API is organized around REST. This API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes and authentication. All datastore types that have an ID attribute are directly available through the API without any extra configuration.

Frequently Used GET Method Endpoints for Entity Objects

Other Frequently Used Endpoints for Entity Objects

🟩

Cover
Cover
Cover
Cover
Cover
Cover
Get a collection of entity objects by their type.
Get one type's entity object by its unique ID.
Gets the content (binary) of a type's entity object by its unique ID.
Create an entity object.
Update one type's entity object by its unique ID.
Delete one type's entity object by its unique ID.