Get output for a WebReport
GET {{baseUrl}}/v1/nodes/:id/output?format=json&suppress_response_codes=irure labore Duis dolor ea
Returns the output from the execution of a WebReport node. This API only supports the 'browser' and 'desktop' WebReport destination types. Any content-type is supported for the response. The content-type of the response is user-defined according to the 'Export Mime Type' specified for the WebReport node destination. All dynamic parameters and those defined by the output of the 'api/v1/nodes/{id}/parameters' or 'api/v1/webreports/{nickname}/parameters' APIs are supported when passed in as part of the query string.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
format | string | Specifies the emitter used to format the WebReport output. If this parameter isn't defined the default will be 'json'. If 'webreport' is used then no additional processing will be performed on the output, if 'json' is used then json processing including escaping will be performed. If your WebReport returns a content-type which isn't json or if it returns json which has already been escaped, 'webreport' should be used. | |
suppress_response_codes | string | Forces the server to always return a HTTP Response of '200 OK'. The data returned from the call will have an additional integer feature named 'statusCode', which will contain the actual status code (the 'statusCode' feature will be added regardless of whether the REST API call was successful or not).<br><br>NOTE: This parameter does not require a value, so it should be specified as <ul><li><b>[Query String]:</b><code>?suppress_response_codes</code></li><li><b>[Form Body (where the value is an empty string)]</b>: <code>suppress_response_codes = </code></li></ul> |
RESPONSES
status: OK
""