Intra-project API
Use the intra-project API node to call a deployed HTTP service from within the same project. This node serves as an intermediate logic step in the current business service.
Prerequisites
You have created a business service. For more information, see Create a business service.
Node configuration
In the business logic editor, select the corresponding function node from the Nodes panel to configure the service flow.
| Parameter | Description |
| node name | The name of the node. The name can contain Chinese characters, English letters, numbers, and underscores (_), and cannot exceed 30 characters. |
| API | Select a deployed API from the project. After you select an API, click View API details to view its name, request method, request URL, and request parameters. |
| API request parameters | Enter values for the request parameters of the selected API. To use dynamic values from an upstream node, use the following expressions:
Example
To reference a nested value within a parameter, use dot notation. For example, Similarly, |
Node output
The output of the intra-project API node is identical to the output of the API it calls.
Example
{"test": "test"}