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.