lead

Graphql fields and variables for the lead query

Leads are used to track potential new opportunities and can be converted to accounts

Scope required: standard:read

For a complete list of possible response fields see the Lead type.

query lead ($id: ID) {
  lead (id: $id) {
    accountId
    accountTypeId
    city
    company
    companyOrFullName
    converted
    convertedAt
    country
    createdAt
    description
    email
    employees
    entityId
    firstName
    fullName
    groupId
    id
    industryId
    lastName
    leadSourceId
    leadStatusId
    linkedinUrl
    mobile
    ownerUserId
    phone
    revenue
    state
    street
    title
    updatedAt
    website
    zip
  }
}

Arguments

Name
Type
Description

id

ID

Response

Last updated

Was this helpful?