action autotask_deleted_ticket_activity_logs_url_parameter_query_count { label: "DeletedTicketActivityLogs_UrlParameterQueryCount" provider: autotask method: GET path: "/V1.0/DeletedTicketActivityLogs/query/count" 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 } }