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