Get Dataflow count by ZIM policy

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.zerionsoftware.com/doc/dataflow-automation/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Dataflow Automation MCP server": {
    "url": "https://apidocs.zerionsoftware.com/doc/dataflow-automation/mcp"
  }
}

Close
GET /dataflows/countByPolicy/{matchingText}

By ZIM policy, user can also get a number of dataflows that owned by others.

Path parameters

  • matchingText string Required

    string that matches dataflow name, Id, description, or the owner's name. Leave it empty for no matching text

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • count number
GET /dataflows/countByPolicy/{matchingText}
curl \
 --request GET 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/countByPolicy/{matchingText}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "count": 3
}