Getting a pipeline stage data by its ID

This method allows to get a pipeline stage object by its ID

Limitations
The method is available for all account users.

Authorization type
OAuth 2.0 with Access Token/ Long-lived token

Data type header when the request is successful
Content-Type: application/hal+json

Data type header in case of an error
Content-Type: application/problem+json

Response parameters
The method returns a stages objects array. The properties of the stage object are listed below.

ParameterData typeDescription
intintStage ID
namestringStage name
sortintSequence number of the stage in the pipeline
is_editableboolDefines whether the stage can be edited
pipeline_idintThe ID of the pipeline the stage is located in
colorstringStage color
typeintStage type (1 – incoming leads, 0 – regular stage)
account_idintAccount ID the stage is located in
Path Params
int32
required

Pipeline ID

int32
required

Stage ID

Query Params
string

Stage descriptions

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json