getOutputParameter method: ServiceAPI class

Syntax

getOutputParameter(parameter_name)

Description

Use this method to retrieve output value based on parameter defined on the application service.

Parameters

Parameter Description

parameter_name

Specifies the name of the output parameter (as a string).

Returns

Any.

Values can be the following:

  • Boolean

  • Date

  • Document

  • Integer

  • JSON Object

  • Number

  • Number Array

  • String

  • String Array

  • Time

Example

&state = %This.ServiceAPI.getOutputParameter("conditions");