action autotask_resources_url_parameter_query_count { label: "Resources_UrlParameterQueryCount" provider: autotask method: GET path: "/V1.0/Resources/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 } }