action clickmeter_tags_count { label: "List of all the groups associated to the user filtered by this tag." provider: clickmeter method: GET path: "/tags/count" encoding: json input: { type: "object" properties: { datapoints: { type: "string" } groups: { type: "string" } name: { type: "string" } type: { type: "string" enum: ["tp", "tl", "dp", "gr"] } } additionalProperties: false } output: { type: "object" properties: {} } }