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