JSON documentation for REST-based services
- Last Updated: February 5, 2024
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
To view your REST services using the OpenEdge-specific JSON output format, use the
following URI syntax:
|
For example:
|
The following is sample JSON output:
|
The output contains a single RESTServices property which consists of an
array of objects representing each service available. This includes information such as
the HTTP verb expected to access those services, schema information (when applicable),
and a list of input and output parameters defined for each service. For parameters, the
expected external (HTTP) datatype is described along with the internal
(ABL) datatype.