Method

GET

Parameters

If set to true, a serializable variable will be deserialized on server side and transformed to JSON using Jackson's POJO/bean property introspection feature. Note that this requires the Java classes of the variable value to be on the REST API's classpath.

Note: While true is the default value for reasons of backward compatibility, we recommend setting this parameter to false when developing web applications that are independent of the Java process applications deployed to the engine.

Result

A JSON array of variable instance objects. Each variable instance object has the following properties:

  • objectTypeName: A string representation of the object's type name.

Response Codes

Example

GET