AMT Help Files

Implementation

In this screens the definition of the local classes will be displayed if one or more classes are present in the OpenAPI JSON of the consumable web service.

These local classes can be used in other AMT objects (reports, forms etc.) to create an instance of it, which can then be filled by a call to the Consumable REST API.

 

The format used is nearly identical to a normal class definition in AMT.

 

 

The naming of classes generated from the OpenAPI JSON was changed in AMT 150.
The class name is now derived from the operation path, instead of the tag name.
If the JSON file of a consumable REST API created before AMT 150 is reloaded, it is possible that the class names will be changed, requiring an update of the calls to the consumable.

For more detailed information about classes in web services and how to use them, see 'Web Services and Classes'