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 [
]
]
namestring
isDefaultboolean
profiles
profile[]
namestring
isDefaultboolean
[
{
"name": "string",
"isDefault": true,
"profiles": [
{
"name": "string",
"isDefault": true
}
]
}
]
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
namestring
isDefaultboolean
profiles
profile[]
namestring
isDefaultboolean
<0>
<name>string</name>
<isDefault>true</isDefault>
<profiles>
<name>string</name>
<isDefault>true</isDefault>
</profiles>
</0>