There are four kinds of BTT artifacts that REST channel could call.
And they support different requests.
- Session
- Establish session
- Execution
- Read session context data
- Update session context data
- Delete session context data
- Operation
- Flow
- Execution/Navigation
- Read context data
- Update context data
- Delete context data
- Authorization
- Authorization checks on each request based on standard JEE web
module. This is open to developer for customization.
Each request is related with a HTTP method
- Create / Execution→ POST
- Read → GET
- Update → PUT
- Delete → DELETE