Skip to main content
Skip table of contents

FlowApps

Get App or Flow by miniApps FlowApp ID

GET /api/flowapps/<flowapp_id>/

URL params

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"

Successful status: 200 OK

Return the App's/Flow's name, on 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"
}

Failed status: 404 NOT_FOUND

JavaScript errors detected

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

If this problem persists, please contact our support.