The following table describes the Output handling response options for REST API.
Response |
Description |
---|---|
Any response |
Enables the output to be handled for any code. |
Successful |
Enables the output to be handled on successful codes only. EXAMPLE: 200, 201 |
Failure |
Enables the output to be handled for failed HTTP codes only. EXAMPLE: 400,401 |
Specify http code |
Specifies specific http return code or patterns. NOTE: Asterisk can be used. EXAMPLE 40* |
Parent Topic |