Skip to main content

Arguments

opportunityNumber : String! required

The public number of the target Opportunity.

Allowed Viewers

Customer Partner User Third party

Required Permissions

Can query leads

Query Complexity

2

Examples

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

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" } } }