Request format:
{host:port}/app-portal/api/service.<format>?service=<serviceName>&method=<methodName>&view=<view>¶m0=<value 0>¶mN=<value N>¶m0_type=<type 0>¶mN_type=<type N>&s=<sessionId>
format
- defines the output format. Two values are accepted:xml
orjson
.service
- the name of the service called.method
- the name of the method invoked.param0 .. paramN
- parameter values of the method.param0_type .. paramN_type
- parameter types of the method.s
- the current session identifier.
If a service has a single method with the specified name and number of parameters, explicit parameter type definition is not required. In other cases, parameter type must be specified.