INTERFACE

LeadOpportunityReportProfileInterface

link GraphQL Schema definition

  • interface LeadOpportunityReportProfileInterface {
  • # Identifiers of the lead processes the profile is restricted to. Null includes
  • # all lead processes.
  • leadProcess: [UUID!]
  • # Filter tab restricting which leads and opportunities the report shows.
  • filter: LeadOpportunityFilterTab!
  • # Identifiers of the sales pipelines the profile is restricted to. Null includes
  • # all pipelines.
  • salesPipeline: [ID!]
  • # Ownership scope of the records shown (own, shared, managing-unit, or unassigned
  • # items).
  • role: LeadOpportunityRoleTab!
  • }