Workflow hub search request

Request of search hub workflow

Endpoint

GET /api/workflow/hub/search/

Auth

Authorization: Bearer ${token}

Query Parameters

KeyDefaultDescription
queryOptional; empty or * returns every template. Substring match across name, description, tags, and category

Response

Json
[
    {
        "kind": "status",
        "payload": {
            "code": 0,
            "message": ""
        }
    },
    {
        "kind": "total",
        "payload": {
            "value": 0
        }
    },
    {
        "kind": "entity",
        "payload": {
            "description": "",
            "name": "",
            "url": ""
        }
    }
]

Notes

  • Workflow Permission Required
  • Catalog is read live from the dxflow hub; drafts (entries without a Configuration block) are excluded.