GET /_system/blueprint_flows/function/{guid}
Get function flow data for a blueprint action - parses the flow starting from a trigger_custom_function
Get function flow data for a blueprint action - parses the flow starting from a trigger_custom_function
Key | Type | Example | |
---|---|---|---|
:guid required | string |
"example-guid"
|
Key | Type | Example | |
---|---|---|---|
authorization required | string |
"Bearer your-jwt-token"
|
{
"success": true
}
{
"success": false,
"error": "ERROR_KEY"
}
Error Code | Description |
---|---|
HTTP_400 | Invalid type - not a trigger_custom_function |
HTTP_404 | Function not found |
permission | description |
---|---|
BearerAuth |
JWT access token obtained from login endpoint required |
Back to Blueprint Flows Return to the Blueprint Flows category to view other endpoints All API Categories Browse all available API categories