action autotask_resource_service_desk_roles_child_query_entity_information { label: "ResourceServiceDeskRolesChild_QueryEntityInformation" provider: autotask method: GET path: "/V1.0/Resources/{parentId}/ServiceDeskRoles/entityInformation" 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 } }