action etherpad_get_attribute_pool_using_post { label: "getAttributePoolUsingPOST" provider: etherpad method: POST path: "/getAttributePool" encoding: json input: { type: "object" properties: { padID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" } message: { type: "string" } } } }