Skip to main content
Skip table of contents

FlowApps

Get App or Flow by miniApps FlowApp ID

GET

{{baseUrl}}/orchestrator/api/flowapps/<flowapp_id>/

Gets the App or Flow by flowapp_id.

URL Parameters

Name

Type

Description

Example

flowapp_id

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)

JSON
HTTP/1.1 200 OK

Returns the App's/Flow's name, which the given flowapp belongs to.

Name

Type

Description

name

string

The Application/Flow name.

type

string

The Application/Flow type.

Example 1

JSON
{
    "name": "my_app",
    "type": "application"
}

Example 2

JSON
{
    "name": "my_flow",
    "type": "flow"
}

Response (Failed)

JSON
HTTP/1.1 404 NOT_FOUND
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.