action clearblade_get_topic_count { label: "MESSAGING - Gets number of topics" description: "Returns the number of topics." provider: clearblade method: GET path: "/api/v/4/message/{systemKey}/topics/count" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-DevToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }