Use the REST Expose Editor
- Last Updated: March 12, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
The REST Expose Editor allows you to define mapping between the exposed ABL applications (ABL class and procedure files with REST interface annotations) and the defined REST service.
Mapping the defined REST service with the exposed ABL class and procedure files include the following steps:
- Adding REST resources to the defined REST service. For more information, see Add REST resources.
- Mapping REST (HTTP) verbs with an REST interface-annotated ABL class (.cls) and procedure (.p) files. For more information, see Associate REST verbs with operations.
- Mapping the HTTP Request and Response parameters with the Interface parameters. For more information, see Map REST resource verb parameters.