response object
The response object passed to the script is an Express.js response object. For more information see the Express.js response object documentation.
Remarks
The response object is passed as the second argument to the function that defines an exported HTTP method in a custom API.
See Also
Mobile Services JavaScript (Node.js) backend library
Custom API