REST v2 - Opportunities - List Opportunities - Missing Status ID / Created By / Last Updated By

@OmarAlmonte, in the XML-RPC for the “Lead” table, there is the Status ID, Created By and Last Updated By fields to indicate the referring Status ID (I know there is the Status field) and which user created and updated the opportunity.

I do not see those fields in the endpoint.

https://developer.infusionsoft.com/docs/restv2/#tag/Opportunity/operation/listOpportunities

Hi Pav, this is currently a work in progress. Those fields should be available by the end of next week. I’ll keep you updated once everything is completed.

Hi @Pav, quick update:

All of the fields you mentioned are now available in the current REST v2 Opportunity endpoints, including those previously present in the XML-RPC API such as DateInStage, OrderRevenue, MonthlyRevenue, CreatedBy, LastUpdatedBy, and Leadsource.

You can review the full set of supported fields here: Opportunies (List Opportunities).

We also now have dedicated Opportunity Stage Moves endpoints available: Opportunity Stage Moves.

Let me know if you need anything else.