new GetBusinessServiceDetailsByModuleRequest(module, process)
Object GetBusinessServiceDetailsByModuleRequest
Usage:
RestApiService.getBusinessServiceService().getBusinessServiceDetailsByModule(request, callback);
Parameters:
Name | Type | Description |
---|---|---|
module |
string | Module name of the business service whose details are being requested. |
process |
string | The business service process name whose details are being requested. |
- Since:
- 4.0.0
Members
channelId :string
Query parameter: 'channelid' Identifier of the channel to which the requesting client application is bound.
Type:
- string
- Since:
- 4.0.0
channelType :string
Query parameter: 'channeltype' Enumerated value defining the channel type (technology) associated with the
specified channelId. The valid entries are:
- openspaceChannel
- MobileChannel
- GIChannel
- EmailChannel
For more information, see "Identifying the Client Channel in a Service Call" in the developer guide.
Type:
- string
- Since:
- 4.0.0
version :string
Query parameter: 'version' Version number of the business service whose details are being requested.
Type:
- string
- Since:
- 4.0.0