action autotask_resource_role_departments_url_parameter_query { label: "ResourceRoleDepartments_UrlParameterQuery" provider: autotask method: GET path: "/V1.0/ResourceRoleDepartments/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 } }