action etherpad_list_all_pads_using_get { label: "list all the pads" provider: etherpad method: GET path: "/listAllPads" encoding: json output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" properties: { padIDs: { type: "array" items: { type: "string" } } } } message: { type: "string" } } } }