Preview

Lead is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

Lead

This page contains

    Fields

    id: ID!
    externalId: ID
    tenant: String!
    createdOn: DateTime!
    lastModifiedOn: DateTime!
    type: LeadType! PREVIEW
    status: LeadStatus! PREVIEW
    customer: LeadCustomer! PREVIEW
    reseller: User PREVIEW
    createdBy: User PREVIEW
    referrer: LeadParticipant PREVIEW
    recipient: LeadParticipant PREVIEW
    customAttributes: [LeadCustomAttribute!] PREVIEW
    result: LeadResult PREVIEW
    convertedAccount: Account PREVIEW
    convertedUser: User PREVIEW
    profileAccount: Account PREVIEW
    anticipatedSeats: Int
    anticipatedCloseDate: Date
    useCaseDescription: String
    notes: String
    creatorRole: String
    applications(first: Int, after: String, last: Int, before: String): LeadMarketplaceProductConnection!
    profileProduct: MarketplaceProduct
    activities(first: Int, after: String, last: Int, before: String, filter: LeadActivityFilter, sort: LeadActivitySortParameters): LeadActivityConnection!

    Implements

    Parent objects of Lead

    LeadConnection PREVIEW

    Mutations for Lead

    approveLeadConversionRequest PREVIEW
    assignLead PREVIEW
    associateLead PREVIEW
    convertLead PREVIEW
    createLead PREVIEW
    requestLeadConversionApproval PREVIEW
    updateLead PREVIEW

    Queries for Lead

    lead PREVIEW
    leads PREVIEW