JSON documentation for REST-based services
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To view your REST services using the OpenEdge-specific 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.