Summary
Search Workflows
Description
Search Workflows with Options
Route
POST /workflow_engine/workflows/search
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
options |
object |
yes |
expand, fields, query, limit, skip, sort |
Copied to Clipboard
{
"options": {
"expand": [
"owner",
"owner"
],
"fields": {
"name": 1
},
"query": {
"name": "abcd"
},
"limit": 50,
"local": false,
"skip": 0,
"sort": {
"name": -1
}
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
workflows |
object |
Search Results |
Copied to Clipboard
{
"results": [
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
}
},
"transitions": {},
"groups": [
"8780ce725cf64e488f55ee20",
"1e477ed02c10fc846a0b2a4d",
"cb941e384ce79de553b3d8b9",
"7ba79569949ae89b4140708d"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aliqua deserunt reprehenderit voluptate dolor",
"font_size": 12,
"created": "1978-06-15T10:07:15.519Z",
"created_by": "ee482e6b653355bcce3645ab",
"last_updated": "1986-09-26T00:50:22.879Z",
"last_updated_by": "315b0b0d8b91d4174ac33c69",
"tags": []
},
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
}
},
"transitions": {},
"groups": [
"3f3b7e1552afe8187e62df5a",
"5c9c397ca1982d313cbd503d",
"ce6789b6182249efa4952a44",
"c23a905d6f5eced5872ab8ca"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "qui est exercitation Duis labore",
"font_size": 12,
"created": "1954-12-17T23:35:07.626Z",
"created_by": "3f00eedf176e4e18dc3ed425",
"last_updated": "1993-05-13T08:06:59.722Z",
"last_updated_by": "ae00bd2e55b3a79cc93d80d6",
"tags": []
}
],
"skip": 0,
"limit": 50,
"total": 100
}