Get Flow Graph
Name
Value
Name
Type
Description
[
{
"function": "/server.py:list", //the function that was hit by the endpoint
"params": "[{\"identifier\": \"_\", \"type\": null}]", // the parameters of the function
"response_object": "", // response object attached to the function
"children": [ //further nodes and flow
{
"function": "/server.py:API.get",
"params": "[{\"identifier\": \"self\", \"type\": null}, {\"identifier\": \"path\", \"type\": null}]",
"response_object": "",
"children": []
}
]
}
]{
"status_code": 400,
"detail": "Project Details not found."
}Last updated