campaign
Graphql fields and variables for the campaign query
Last updated
Was this helpful?
Graphql fields and variables for the campaign query
Scope required:
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
}
}id
ID
code
String
format
String
Last updated
Was this helpful?
Was this helpful?
