v1

latestOpenAPI 3.0.12026-08-0621301.7 MB
Stages

Get deals in a stage

Lists deals in a specific stage. If no parameters are provided open deals owned by the authorized user will be returned. <br>This endpoint has been deprecated. Please use <a href="https://developers.pipedrive.com/docs/api/v1/Deals#getDeals" target="_blank" rel="noopener noreferrer">GET /api/v2/deals?stage_id={id}</a> instead.

get/stages/{id}/deals

Path parameters

idinteger required

The ID of the stage

Query parameters

filter_idinteger

If supplied, only deals matching the given filter will be returned

user_idinteger

If supplied, filter_id will not be considered and only deals owned by the given user will be returned. If omitted, deals owned by the authorized user will be returned.

everyone0 | 1

If supplied, filter_id and user_id will not be considered – instead, deals owned by everyone will be returned

startinteger

Pagination start

limitinteger

Items shown per page

Response

Get deals in a stage

successboolean

If the request was successful or not