Data Reference
Overview
Data between nodes includes system data and attribute data.
- System data includes the request body transferred when a user calls an open API, the database query result obtained by using the Data Source component, and the response body obtained by using the HTTP Client component to call an API. In subsequent nodes, you can use ${body} of the simple expression type, JSONPath expression, or XPath expression to reference the system data.
- Attribute data refers to the request parameters created in the Open API component, variables created in the Variable Assignment component, and response headers obtained by calling APIs through the HTTP Client component. In subsequent steps, you can reference the variable by using ${property.Variable name} of the simple expression type .
Reference Description
|
Data Type |
Data Source |
Reference Mode |
|---|---|---|
|
System data |
|
|
|
Attribute data |
|
Simple expression: ${property.Variable name} |
In the HTTP Response and Script components, after you enter $, the system automatically displays the available system data and attribute data.
Last Article: Simple Message Notification (SMN)
Next Article: Expression Operators
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.