getFlow
GEThttps://host/v1/environment/:environment/flows/:id
Get a Flow in an Environment by its id.
Request
Path Parameters
environment stringrequired
id stringrequired
Responses
- 200
Flow
- application/json
- Schema
- Example (from schema)
Schema
id stringrequired
name stringrequired
environment stringrequired
version string
docsMarkdown string
assignees string[]
{
"id": "string",
"name": "string",
"environment": "string",
"version": "string",
"docsMarkdown": "string",
"assignees": [
"string"
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://host/v1/environment/:environment/flows/:id' \
-H 'Accept: application/json' \
-H 'api-key: <API_KEY_VALUE>'
ResponseClear