ActiveMatrix BPM REST API Endpoint (baseurl)

A specific endpoint must be used when submitting REST API requests.

The endpoint on which all BPM REST resources are exposed is:

protocol://host:port/bpm/rest

where:

  • protocol is the protocol used to communicate with the BPM runtime, either HTTP or HTTPS.
  • host is the network name or IP address of the BPM runtime.
  • port is the port used by the BPM runtime for incoming HTTP connections (exposed by the HTTP connector shared resource). Typically this is port 8080.
  • bpm/rest is the context root used by the BPM REST API resource hierarchy.
    Note: The ActiveMatrix BPM REST API endpoint is referenced throughout the rest of this document as <baseurl>.