action autotask_deleted_ticket_logs_url_parameter_query { label: "DeletedTicketLogs_UrlParameterQuery" provider: autotask method: GET path: "/V1.0/DeletedTicketLogs/query" encoding: json input: { type: "object" properties: { ApiIntegrationCode: { type: "string" } ImpersonationResourceId: { type: "string" } Secret: { type: "string" } UserName: { type: "string" } search: { type: "string" } } required: ["ApiIntegrationCode", "Secret", "UserName", "search"] additionalProperties: false } output: { type: "object" additionalProperties: true } }