action zoomconnect_get_api_rest_v1_messages_all { label: "all" description: "Returns all messages" provider: zoomconnect method: GET path: "/api/rest/v1/messages/all" encoding: json input: { type: "object" properties: { campaign: { type: "string" } dataField: { type: "string" } deleted: { type: "string" } fromDateTimeReceived: { type: "string" } fromDateTimeSent: { type: "string" } fromNumber: { type: "string" } message: { type: "string" } page: { type: "string" } pageSize: { type: "string" } read: { type: "string" } repliesToMessageId: { type: "string" } status: { type: "string" } toDateTimeReceived: { type: "string" } toDateTimeSent: { type: "string" } toNumber: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }