action etherpad_list_all_groups_using_get { provider: etherpad method: GET path: "/listAllGroups" encoding: json output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" properties: { groupIDs: { type: "array" items: { type: "string" } } } } message: { type: "string" } } } }