Customizing an application with REST APIs
BMC Helix Innovation Studio provides a few services that contain REST APIs; these REST APIs communicate with your custom bundle deployed in the server. The REST API uses the base URL for the web service, such as https://<host>:<port>/api/.
Each API is called by issuing a standard HTTP request method: POST, GET, PUT, or DELETE (more commonly known as the CRUD operations: Create, Read, Update, and Delete).
List of REST APIs available for communicating with the server
You can use the following REST APIs to communicate with the custom bundle deployed in the server:
API | Usage |
---|---|
Used to retrieve record instances. | |
Used to retrieve Chatbot user feedback report. | |
Used to access approvals directly in your application code, such as get approval request details or update an approval request. |