You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {number} [person_id] If supplied, only leads matching the given person will be returned. However, `filter_id` takes precedence over `person_id` when supplied.
289
289
* @param {number} [organization_id] If supplied, only leads matching the given organization will be returned. However, `filter_id` takes precedence over `organization_id` when supplied.
290
290
* @param {number} [filter_id] The ID of the filter to use
291
+
* @param {string} [updated_since] If set, only leads with an `update_time` later than or equal to this time are returned. In ISO 8601 format, e.g. 2025-01-01T10:20:00Z.
291
292
* @param {'id' | 'title' | 'owner_id' | 'creator_id' | 'was_seen' | 'expected_close_date' | 'next_activity_id' | 'add_time' | 'update_time'} [sort] The 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).
* @param {number} [person_id] If supplied, only leads matching the given person will be returned. However, `filter_id` takes precedence over `person_id` when supplied.
557
562
* @param {number} [organization_id] If supplied, only leads matching the given organization will be returned. However, `filter_id` takes precedence over `organization_id` when supplied.
558
563
* @param {number} [filter_id] The ID of the filter to use
564
+
* @param {string} [updated_since] If set, only leads with an `update_time` later than or equal to this time are returned. In ISO 8601 format, e.g. 2025-01-01T10:20:00Z.
559
565
* @param {'id' | 'title' | 'owner_id' | 'creator_id' | 'was_seen' | 'expected_close_date' | 'next_activity_id' | 'add_time' | 'update_time'} [sort] The 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).
* Searches all leads by title, notes and/or custom fields. This endpoint is a wrapper of <a href=\"https://developers.pipedrive.com/docs/api/v1/ItemSearch#searchItem\">/v1/itemSearch</a> with a narrower OAuth scope. Found leads can be filtered by the person ID and the organization ID.
* If set, only leads with an `update_time` later than or equal to this time are returned. In ISO 8601 format, e.g. 2025-01-01T10:20:00Z.
858
+
* @type {string}
859
+
* @memberof LeadsApiGetLeads
860
+
*/
861
+
readonlyupdated_since?: string
862
+
850
863
/**
851
864
* The 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).
* @param {string} [sort] The 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). Supported fields: `id`, `user_id`, `deal_id`, `person_id`, `org_id`, `content`, `add_time`, `update_time`.
369
369
* @param {string} [start_date] The date in format of YYYY-MM-DD from which notes to fetch
370
370
* @param {string} [end_date] The date in format of YYYY-MM-DD until which notes to fetch to
371
+
* @param {string} [updated_since] If set, only notes with an `update_time` later than or equal to this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
371
372
* @param {0 | 1} [pinned_to_lead_flag] If set, the results are filtered by note to lead pinning state
372
373
* @param {0 | 1} [pinned_to_deal_flag] If set, the results are filtered by note to deal pinning state
373
374
* @param {0 | 1} [pinned_to_organization_flag] If set, the results are filtered by note to organization pinning state
* @param {string} [sort] The 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). Supported fields: `id`, `user_id`, `deal_id`, `person_id`, `org_id`, `content`, `add_time`, `update_time`.
677
684
* @param {string} [start_date] The date in format of YYYY-MM-DD from which notes to fetch
678
685
* @param {string} [end_date] The date in format of YYYY-MM-DD until which notes to fetch to
686
+
* @param {string} [updated_since] If set, only notes with an `update_time` later than or equal to this time are returned. In RFC3339 format, e.g. 2025-01-01T10:20:00Z.
679
687
* @param {0 | 1} [pinned_to_lead_flag] If set, the results are filtered by note to lead pinning state
680
688
* @param {0 | 1} [pinned_to_deal_flag] If set, the results are filtered by note to deal pinning state
681
689
* @param {0 | 1} [pinned_to_organization_flag] If set, the results are filtered by note to organization pinning state
0 commit comments