action autotask_resource_role_queues_child_query_user_defined_field_definitions { label: "ResourceRoleQueuesChild_QueryUserDefinedFieldDefinitions" provider: autotask method: GET path: "/V1.0/Resources/{parentId}/RoleQueues/entityInformation/userDefinedFields" 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 } }