action autotask_resource_role_queues_child_query { label: "ResourceRoleQueuesChild_Query" provider: autotask method: GET path: "/V1.0/Resources/{parentId}/RoleQueues" encoding: json input: { type: "object" properties: { ApiIntegrationCode: { type: "string" } ImpersonationResourceId: { type: "string" } Secret: { type: "string" } UserName: { type: "string" } parentId: { type: "string" } } required: ["ApiIntegrationCode", "Secret", "UserName", "parentId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }