action etherpad_get_read_only_idusing_post { label: "returns the read only link of a pad" provider: etherpad method: POST path: "/getReadOnlyID" encoding: json input: { type: "object" properties: { padID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" properties: { readOnlyID: { type: "string" } } } message: { type: "string" } } } }