Graphql fields and variables for the campaign query
Last updated 8 months ago
Was this helpful?
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 type.
query campaign ($id: ID, $code: String, $format: String) { campaign (id: $id, code: $code, format: $format) { code contactCount endDate id leadCount name ownerUserId startDate } }
id
ID
code
String
format