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": [
"created_by",
"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": [
"cc71fbefc61138d4be23bfc9",
"08b47a9f37ba187398604ad7"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "dolore",
"font_size": 12,
"created": "2010-01-07T21:49:38.632Z",
"created_by": "095e49e288e8833b481dac84",
"last_updated": "1976-12-30T20:03:42.298Z",
"last_updated_by": "7c84d43d46f1c905731b47c5",
"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": [
"1ea322f3a240162429ee3ffd"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"font_size": 12,
"created": "1972-02-07T21:30:43.142Z",
"created_by": "7285046dac7557d43bf17fcc",
"last_updated": "1974-03-25T09:30:27.426Z",
"last_updated_by": "acd36ee1661b304b44cbc318",
"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": [
"ca995cfbec2e7aa542bbcdb6",
"e693019faaf0ee81719876a7"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": null,
"font_size": 12,
"created": "2013-08-05T11:17:31.389Z",
"created_by": "5dac04867025e566f1595981",
"last_updated": "1992-09-23T18:31:32.003Z",
"last_updated_by": "913f0b8726f05be20ca9b8db",
"tags": []
}
],
"skip": 0,
"limit": 50,
"total": 100
}