Element Details: Response.Raw
 Back


Available in: Logi Info Source code name: Response.RawIntroduced in: 12.6

Response elements end a Task with a response. Response.Raw enables full control of the response. This can be especially useful when building a REST API call from a Process. Response.Raw responds with a value and optional response headers.

The default ContentType is "text/plain; charset=utf-8".



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
ContentType
text/plain; charset=utf-8
ContentType indicates the type of data being sent in a REST request.
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
StatusCode
UserDefined
The HTTP response status code. The default is 200.
StatusDescription
UserDefined
The HTTP response status description. The default is "OK".
Value
UserDefined
UserDefined
A value for the element.



PARENT ELEMENTS

Click element to drill down for more information.

If Error
Procedure.Else
Procedure.File Exists
Procedure.Folder Exists
Procedure.If
Procedure.Run Datalayer Rows
Procedure.Run DataTable Rows
Procedure.Switch Case
Procedure.Switch Else
Task


CHILD ELEMENTS

Click element to drill down for more information.

Response Header Params


 Back to top


 Chart Debug