Resource URIs for BPD resources

The resource URIs represent the resources.
The REST resource URIs have the following format:
http://{host}:{port}/rest/{component}/v1/{resource}?{query}
Where:
{host}:{port}
The host address and port of the REST API endpoint, for example, MyProcessServer:9080.
rest/{component}
The configurable context root. It includes one of the following REST component names:
Table 1. REST API context roots
REST API Context root
BPD-related REST APIs /bpm/wle/
IBM® Process Federation Server REST APIs /bpm/federated/
Repository REST APIs /bpm/repo/
/v1
The version of the REST resource. REST resources might be updated by IBM, however the changes will always be compatible with existing REST client applications. The following changes to REST resources are considered to be compatible changes and must be expected by client applications:
  • Support for new MIME types or resource representations.
  • The addition of new properties to existing JSON objects that are returned to a client. These properties are ignored by clients that are not at the latest level.
{resource}
The hierarchically-organized part of the resource identification.
{'query'}
The non-hierarchical part of the resource identification. Typically, this part of the resource identification consists of parameters that are passed to the method implementation.