action clearblade_get_collection_data_alt { label: "DATA(id) - Get items" description: "Returns the data from the specified collection." provider: clearblade method: GET path: "/api/v/1/data/{collectionID}" encoding: json input: { type: "object" properties: { "ClearBlade-UserToken": { type: "string" } collectionID: { type: "string" } query: { type: "string" } } required: ["ClearBlade-UserToken", "collectionID"] additionalProperties: false } output: { type: "object" additionalProperties: true } }