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

Responses

  • 200 application/json

    Successful response

    Hide response attribute Show response attribute object
    • count number

      number of dataflows

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
}