action clearblade_get_adapters { label: "ADAPTERS - Get all adapters" description: "Returns all device info that the current user is authorized to see." provider: clearblade method: GET path: "/api/v/4/{SystemKey}/adapters" encoding: json input: { type: "object" properties: { "ClearBlade-DevToken": { type: "string" } SystemKey: { type: "string" } } required: ["ClearBlade-DevToken", "SystemKey"] additionalProperties: false } output: { type: "object" additionalProperties: true } }