Skip to main content
GET
Get one CrmOpportunityHistory
A CrmOpportunityHistory records a single stage transition for a CRM opportunity. Each time an opportunity moves from one CRM stage to another, a history entry is created capturing the previous stage, the new stage, when the move happened, and which admin user triggered it. Use this entity to audit the movement of opportunities across a CRM board over time. The History tab on an opportunity in the Nexudus UI displays these records.

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 CrmOpportunityHistory-Read role.

Path Parameters

integer
required
The Id of the CrmOpportunityHistory record to retrieve.

Code Examples

Response

200

integer
The opportunity this history entry belongs to.
integer
CRM stage the opportunity moved from (null for the initial placement).
string
Name of the previous CRM stage.
string
When the opportunity entered the previous stage.
string
When the opportunity left the previous stage and entered the new one.
integer
CRM stage the opportunity moved to.
string
Name of the new CRM stage.
integer
Admin user who triggered the stage transition (null if moved automatically).
string
Full name of the admin user who triggered the transition.
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