4.6.2.2.9.1. Service Call by GET Request

Request format:

{host:port}/app-portal/api/service.<format>?service=<serviceName>&method=<methodName>&view=<view>&param0=<value 0>&paramN=<value N>&param0_type=<type 0>&paramN_type=<type N>&s=<sessionId>
  • format - defines the output format. Two values are accepted: xml or json.
  • 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.