action clearblade_get_collections { label: "DATA - Get collections" description: "Returns all the collections in the specified system." provider: clearblade method: GET path: "/api/v/3/allcollections/{systemKey}" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } systemKey: { type: "string" } } required: ["ClearBlade-UserToken", "systemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }