Map response parameters
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
In the REST Expose Editor, in the Output tab, you map output parameters from an ABL operation to an HTTP response.
An HTTP response consists of:
- A response status line that contains response code
- A response header that contain headers and cookies
- The response body
You can map the output of your ABL procedure, method, or function to any section of the HTTP response.