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