getInputParameter method: ServiceAPI class
Syntax
getInputParameter(parameter_name)
Description
Use this method to retrieve input value based on parameter defined on the application service.
Parameters
| Parameter | Description |
|---|---|
|
parameter_name |
Specifies the name of the input 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.getInputParameter("conditions");
Related Topics