Gets a Node from a Flow.
Supply the API Key in the HTTP-Header
The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.
application/json, application/hal+json, application/xml, text/xml, text/csv The unique identifier for the Flow.
24^[a-z0-9]{24}$The Id of the Node
24^[a-z0-9]{24}$The unique identifier for the Locale for the response.
24^[a-z0-9]{24}$Whether to include conversion metadata in the response. False by default. WIll be available in future releases.
Returns the Node configuartion successfully.
Type of the Node
"if"
"@cognigy/basic-nodes"
Replaces the default name of the Node displayed in the Flow Editor.
"A new Node"
Adds additional information about Nodes, for example, a specific of the Node.
"this is a very important node"
^#(?:[0-9a-fA-F]{3}){1,2}$"#ff8a80"
false
false
{
"condition": {
"type": "rule",
"condition": "",
"rule": {
"left": "1",
"operand": "gt",
"right": "2"
}
}
}"63bd8ebb648e6e739f1bbd82"
"condition"
24^[a-z0-9]{24}$Optional conversion metadata included when includeConversionMetadata=true
{
"fieldName1": "updated",
"fieldName2": "removed"
}