Use the OnRequest action to run logic over incoming requests to execute REST API methods.

You may use it to troubleshoot or preprocess a REST API request.

Input parameters

Request: HTTPRequest Record (defined in the structures of the REST API).

The request data for you to customize or debug.

Output parameters

CustomizedRequest: HTTPRequest Record (defined in the structures of the REST API).

The customized request.

See Also

OnAuthentication Action | OnResponse Action | Overview of System Events