campaign

Graphql fields and variables for the campaign query

Campaigns are used to track where contacts and leads originate from

Scope required: standard:read

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

query campaign ($id: ID, $code: String, $format: String) {
  campaign (id: $id, code: $code, format: $format) {
    code
    contactCount
    endDate
    id
    leadCount
    name
    ownerUserId
    startDate
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?