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