List available workflows
GET/workflows
List available workflows.
Responses
- 200
A list of all available workflows.
- application/json
- application/xml
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
name string
isDefault boolean
profiles
profile[]
name string
isDefault boolean
[
{
"name": "string",
"isDefault": true,
"profiles": [
{
"name": "string",
"isDefault": true
}
]
}
]
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
name string
isDefault boolean
profiles
profile[]
name string
isDefault boolean
<0>
<name>string</name>
<isDefault>true</isDefault>
<profiles>
<name>string</name>
<isDefault>true</isDefault>
</profiles>
</0>
Loading...