List deals associated with an organization

GET {{baseUrl}}/organizations/:id/deals?start=0&limit=<integer>&status=all_not_deleted&sort=<string>&only_primary_association=<number>

Lists deals associated with an organization.

Request Params

KeyDatatypeRequiredDescription
startnumberPagination start
limitstringItems shown per page
statusstringOnly fetch deals with a specific status. If omitted, all not deleted deals are returned. If set to deleted, deals that have been deleted up to 30 days ago will be included.
sortstringThe field names and sorting mode separated by a comma (field_name_1 ASC, field_name_2 DESC). Only first-level field keys are supported (no nested keys).
only_primary_associationstringIf set, only deals that are directly associated to the organization are fetched. If not set (default), all deals are fetched that are either directly or indirectly related to the organization. Indirect relations include relations through custom, organization-type fields and through persons of the given organization.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:[{&quot;id&quot;:1,&quot;creator_user_id&quot;:{&quot;id&quot;:8877,&quot;name&quot;:&quot;Creator&quot;,&quot;email&quot;:&quot;john.doe@pipedrive.com&quot;,&quot;has_pic&quot;:false,&quot;pic_hash&quot;:null,&quot;active_flag&quot;:true,&quot;value&quot;:8877},&quot;user_id&quot;:{&quot;id&quot;:8877,&quot;name&quot;:&quot;Creator&quot;,&quot;email&quot;:&quot;john.doe@pipedrive.com&quot;,&quot;has_pic&quot;:false,&quot;pic_hash&quot;:null,&quot;active_flag&quot;:true,&quot;value&quot;:8877},&quot;person_id&quot;:{&quot;active_flag&quot;:true,&quot;name&quot;:&quot;Person&quot;,&quot;email&quot;:[{&quot;label&quot;:&quot;work&quot;,&quot;value&quot;:&quot;person@pipedrive.com&quot;,&quot;primary&quot;:true}],&quot;phone&quot;:[{&quot;label&quot;:&quot;work&quot;,&quot;value&quot;:&quot;37244499911&quot;,&quot;primary&quot;:true}],&quot;value&quot;:1101},&quot;org_id&quot;:{&quot;name&quot;:&quot;Organization&quot;,&quot;people_count&quot;:2,&quot;owner_id&quot;:8877,&quot;address&quot;:&quot;Mustamäe tee 3a, 10615 Tallinn&quot;,&quot;active_flag&quot;:true,&quot;cc_email&quot;:&quot;org@pipedrivemail.com&quot;,&quot;value&quot;:5},&quot;stage_id&quot;:2,&quot;title&quot;:&quot;Deal One&quot;,&quot;value&quot;:5000,&quot;currency&quot;:&quot;EUR&quot;,&quot;add_time&quot;:&quot;2019-05-29 04:21:51&quot;,&quot;update_time&quot;:&quot;2019-11-28 16:19:50&quot;,&quot;stage_change_time&quot;:&quot;2019-11-28 15:41:22&quot;,&quot;active&quot;:true,&quot;deleted&quot;:false,&quot;status&quot;:&quot;open&quot;,&quot;probability&quot;:null,&quot;next_activity_date&quot;:&quot;2019-11-29&quot;,&quot;next_activity_time&quot;:&quot;11:30:00&quot;,&quot;next_activity_id&quot;:128,&quot;last_activity_id&quot;:null,&quot;last_activity_date&quot;:null,&quot;lost_reason&quot;:null,&quot;visible_to&quot;:&quot;1&quot;,&quot;close_time&quot;:null,&quot;pipeline_id&quot;:1,&quot;won_time&quot;:&quot;2019-11-27 11:40:36&quot;,&quot;first_won_time&quot;:&quot;2019-11-27 11:40:36&quot;,&quot;lost_time&quot;:&quot;2019-11-27 11:40:36&quot;,&quot;products_count&quot;:0,&quot;files_count&quot;:0,&quot;notes_count&quot;:2,&quot;followers_count&quot;:0,&quot;email_messages_count&quot;:4,&quot;activities_count&quot;:1,&quot;done_activities_count&quot;:0,&quot;undone_activities_count&quot;:1,&quot;participants_count&quot;:1,&quot;expected_close_date&quot;:&quot;2019-06-29&quot;,&quot;last_incoming_mail_time&quot;:&quot;2019-05-29 18:21:42&quot;,&quot;last_outgoing_mail_time&quot;:&quot;2019-05-30 03:45:35&quot;,&quot;label&quot;:&quot;11&quot;,&quot;stage_order_nr&quot;:2,&quot;person_name&quot;:&quot;Person&quot;,&quot;org_name&quot;:&quot;Organization&quot;,&quot;next_activity_subject&quot;:&quot;Call&quot;,&quot;next_activity_type&quot;:&quot;call&quot;,&quot;next_activity_duration&quot;:&quot;00:30:00&quot;,&quot;next_activity_note&quot;:&quot;Note content&quot;,&quot;formatted_value&quot;:&quot;€5,000&quot;,&quot;weighted_value&quot;:5000,&quot;formatted_weighted_value&quot;:&quot;€5,000&quot;,&quot;weighted_value_currency&quot;:&quot;EUR&quot;,&quot;rotten_time&quot;:null,&quot;owner_name&quot;:&quot;Creator&quot;,&quot;cc_email&quot;:&quot;company+deal1@pipedrivemail.com&quot;,&quot;org_hidden&quot;:false,&quot;person_hidden&quot;:false}],&quot;additional_data&quot;:{&quot;pagination&quot;:{&quot;start&quot;:0,&quot;limit&quot;:100,&quot;more_items_in_collection&quot;:true}},&quot;related_objects&quot;:{&quot;user&quot;:{&quot;8877&quot;:{&quot;id&quot;:8877,&quot;name&quot;:&quot;Creator&quot;,&quot;email&quot;:&quot;john.doe@pipedrive.com&quot;,&quot;has_pic&quot;:false,&quot;pic_hash&quot;:null,&quot;active_flag&quot;:true}},&quot;organization&quot;:{&quot;5&quot;:{&quot;id&quot;:5,&quot;name&quot;:&quot;Organization&quot;,&quot;people_count&quot;:2,&quot;owner_id&quot;:8877,&quot;address&quot;:&quot;Mustamäe tee 3a, 10615 Tallinn&quot;,&quot;active_flag&quot;:true,&quot;cc_email&quot;:&quot;org@pipedrivemail.com&quot;}},&quot;person&quot;:{&quot;1101&quot;:{&quot;active_flag&quot;:true,&quot;id&quot;:1101,&quot;name&quot;:&quot;Person&quot;,&quot;email&quot;:[{&quot;label&quot;:&quot;work&quot;,&quot;value&quot;:&quot;person@pipedrive.com&quot;,&quot;primary&quot;:true}],&quot;phone&quot;:[{&quot;label&quot;:&quot;work&quot;,&quot;value&quot;:&quot;3421787767&quot;,&quot;primary&quot;:true}],&quot;owner_id&quot;:8877}},&quot;stage&quot;:{&quot;2&quot;:{&quot;id&quot;:2,&quot;company_id&quot;:123,&quot;order_nr&quot;:1,&quot;name&quot;:&quot;Stage Name&quot;,&quot;active_flag&quot;:true,&quot;deal_probability&quot;:100,&quot;pipeline_id&quot;:1,&quot;rotten_flag&quot;:false,&quot;rotten_days&quot;:null,&quot;add_time&quot;:&quot;2015-12-08 13:54:06&quot;,&quot;update_time&quot;:&quot;2015-12-08 13:54:06&quot;,&quot;pipeline_name&quot;:&quot;Pipeline&quot;,&quot;pipeline_deal_probability&quot;:true}},&quot;pipeline&quot;:{&quot;1&quot;:{&quot;id&quot;:1,&quot;name&quot;:&quot;Pipeline&quot;,&quot;url_title&quot;:&quot;Pipeline&quot;,&quot;order_nr&quot;:0,&quot;active&quot;:true,&quot;deal_probability&quot;:true,&quot;add_time&quot;:&quot;2015-12-08 10:00:24&quot;,&quot;update_time&quot;:&quot;2015-12-08 10:00:24&quot;}}}}