function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tommmmtommmm 

How do I get a list of stages? (REST API)

I can't seem to find anything on how to get a list of opportunity stages.

 

I tried doing an empty search but I just get this error:

 

entity type OpportunityStage does not support search

 Is there an endpoint I can hit to get a list of the opportunity stages an organisation has?

Anubhav Jain 12Anubhav Jain 12
In the REST API, if you hit the Opportunity/describe endpoint, current url seems to be:

https://naXX.salesforce.com/services/data/v20.0/sobjects/Opportunity/describe

The sales stages are in the response, in fields->n->picklistValues, where n is the index of the field whose label is Stage.