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