opportunityInformation
Get opportunity information.
Arguments
The public number of the target Opportunity.
Returns
OpportunityInformationPossible Errors
Allowed Viewers
Required Permissions
Can query leadsQuery Complexity
2Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
query OpportunityInformation($opportunityNumber: String!) {
opportunityInformation(opportunityNumber: $opportunityNumber) {
address
channel
emailAddress
name
number
phoneNumber
}
}
Variables
{
"opportunityNumber": "role-life-agent-even-more"
}
Response
{
"data": {
"opportunityInformation": {
"address": "threat-politics-green-just-fund",
"channel": "five-him-president-face-director",
"emailAddress": "rise-night-wrong-issue-toward",
"name": "seat-onto-cost-tax-form",
"number": "goal-heavy-piece-soldier-fish",
"phoneNumber": "total-computer-shake-trial-personal"
}
}
}