REST interface for IBM BPM repository resources
The following IBM Business Automation Workflow resources represent repository-related REST APIs.
Introduction
This IBM Business Automation Workflow resource set includes generic resources that help you develop client applications and enable you to work with repository assets. The resources that are included in this set help you accomplish the following tasks:
- Import a process application or toolkit from an IBM Business Automation Workflow export (.twx) file.
- Export a snapshot of a process application or toolkit to an IBM Business Automation Workflow export (.twx) file.
Available since
8.5.0
Summary of all methods
Methods
| REST Method | Description |
|---|---|
| POST .../projects | Use this method to import a process application or toolkit from a .twx file.
|
| GET .../projects/{projectId}/export?snapshot={string} | Use this method to export a snapshot of a process application or toolkit to a .twx file.
|
Subtopics
The following subtopics describe the REST resources that are defined for this resource set:
- ImportThis IBM Business Automation Workflow resource is used to import a process application or toolkit from a .twx file.
- ExportThis IBM Business Automation Workflow resource is used to export a snapshot of a process application or toolkit to a .twx file.
Parent Topic: REST interface for IBM BPM repository resources