action autotask_resource_roles_child_query_field_definitions { label: "ResourceRolesChild_QueryFieldDefinitions" provider: autotask method: GET path: "/V1.0/Resources/{parentId}/Roles/entityInformation/fields" 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 } }