Get REST APIs Document in Open API Format

Use describe feature to get detail information of specific Siebel Workflow Process or Business Service, such as its input and output parameters in Open API format, including complex hierarchy structure like Siebel Message.

Format of HTTP GET request for Siebel Workflow Process REST Interface:

Request URL:

http://<Server Name>:<port>/Siebel/v1.0/workflow/<WF Process Name>/describe
Note: This call only returns Workflow Process Properties with In/Out type.

Format of HTTP GET request for Siebel Business Service Method REST Interface:

Request URL:

http://<Server Name>:<port>/Siebel/v1.0/service/<Business Service Name>/<Business Service Method Name>/describe