action etherpad_get_author_name_using_get { label: "Returns the Author Name of the author" provider: etherpad method: GET path: "/getAuthorName" encoding: json input: { type: "object" properties: { authorID: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { code: { type: "integer" } data: { type: "object" properties: { info: { type: "object" properties: { colorId: { type: "string" } id: { type: "string" } name: { type: "string" } timestamp: { type: "integer" } } } } } message: { type: "string" } } } }