CrmOpportunities
Get one CrmOpportunity
Retrieve a single CrmOpportunity record by its Id.
GET
Get one CrmOpportunity
A CrmOpportunity represents a potential or existing deal linked to a customer record that moves through stages on a CRM board.
Opportunities track the lifecycle of a customer interaction — from initial enquiry or tour request through to a won or lost outcome. Each opportunity sits in a single CRM stage (
CrmBoardColumn) and can be moved between stages manually or automatically via stage auto-assignment rules.
Key fields:
- Status —
InProgress,Won, orLost. Stages withWinOpportunityorLoseOpportunityupdate this automatically. - LeadSource — how the opportunity was acquired (e.g. Web, Phone, Referral, Broker, GoogleSearch).
- LossReason — why the opportunity was lost (e.g. Price, Competition, Location). Only meaningful when Status is
Lost. - Value — expected revenue if the opportunity is won.
- DueDate — follow-up date for the opportunity.
- UTM fields — automatically populated from the URL the opportunity used to reach the sign-up or contact form.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CrmOpportunity-Read role.Path Parameters
integer
required
The Id of the CrmOpportunity record to retrieve.
Code Examples
Response
200
string
Optional tag to identify this opportunity, useful when the same customer appears in multiple boards.
integer
ID of the crm board column linked to this record.
string
CRM stage name.
integer
CRM board ID.
string
CRM board name.
integer
Business ID of the CRM board.
string
Business name of the CRM board.
integer
Currency ID of the CRM board’s business.
string
Currency code of the CRM board’s business.
integer
ID of the coworker linked to this record.
string
Customer full name.
string
Customer record type.
string
Customer company name.
string
Customer email address.
integer
ID of the team linked to this record.
string
Team name.
string
Team description.
string
Team profile website.
integer
Opportunity type used to categorise and auto-populate general notes from a template.
string
Opportunity type name.
integer
Admin user responsible for managing this opportunity.
string
Responsible admin full name.
integer
Customer who referred this opportunity.
integer
External agent or broker who brought this opportunity.
string
General notes visible to admins when viewing the opportunity. Auto-populated from the opportunity type template if a type is assigned.
boolean
Whether the opportunity has been completed (won or lost).
string
Follow-up date for the opportunity.
number
Expected revenue if the opportunity is won.
boolean
Whether a follow-up reminder has been sent for this opportunity.
integer
How the opportunity was acquired (e.g. Web, Phone, Referral, Broker, GoogleSearch).
integer
Why the opportunity was lost (e.g. Price, Competition, Location). Only relevant when Status is Lost.
integer
Opportunity status: InProgress (still active), Won (led to a sale), or Lost (did not lead to a sale). See
eCrmOpportunityStatus enum values: 1 = InProgress, 2 = Won, 3 = Lost.string
Date when the opportunity was marked as won.
string
Date when the opportunity was marked as lost.
string
Timestamp of the last CRM-related update to this opportunity.
integer
Display order of the opportunity within its current stage.
string
UTM source parameter captured from the URL the opportunity used.
string
UTM medium parameter captured from the URL the opportunity used.
string
UTM campaign parameter captured from the URL the opportunity used.
string
UTM content parameter captured from the URL the opportunity used.
string
UTM term parameter captured from the URL the opportunity used.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one CrmOpportunity