Get App or Flow by miniApps FlowApp ID
|
GET |
{{baseUrl}}/orchestrator/api/flowapps/<flowapp_id>/ |
Gets the App or Flow by |
|---|
URL Parameters
|
Name |
Type |
Description |
Example |
|---|---|---|---|
|
|
uuid |
The App or Flow flowapp ID |
"d9f223b2-063e-4c54-8ee6-d2bdc2d5a2eb.PRD_my_flow_l1.Flow.flowteam@PRD_my_flow_l1.flowteam" |
Response (Success)
HTTP/1.1 200 OK
Returns the App's/Flow's name, which the given flowapp belongs to.
|
Name |
Type |
Description |
|---|---|---|
|
|
string |
The Application/Flow name. |
|
|
string |
The Application/Flow type. |
Example 1
{
"name": "my_app",
"type": "application"
}
Example 2
{
"name": "my_flow",
"type": "flow"
}
Response (Failed)
HTTP/1.1 404 NOT_FOUND