We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Feb 11, 2022 5:36 AM - edited Feb 11, 2022 6:20 AM
‘archived’ is an optional, boolean query parameter for the v3 CRM Pipeline API. This parameter is used to indicate whether to return pipelines that have been archived. Currently all archived pipelines are purged/hard deleted from the HubSpot system after 30 days.
We will be sunsetting this parameter on March 14th 2022 for the following endpoints:
Retrieve all pipelines
GET /crm/v3/pipelines/{objectType}
Return a pipeline by ID
GET /crm/v3/pipelines/{objectType}/{pipelineId}
Update a pipeline by ID
PATCH /crm/v3/pipelines/{objectType}/{pipelineId}
Return all stages of a pipeline
GET /crm/v3/pipelines/{objectType}/{pipelineId}/stages
Return a pipeline stage by ID
GET /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId}
Update a pipeline stage
PATCH /crm/v3/pipelines/{objectType}/{pipelineId}/stages/{stageId}
This sunset is part of a larger effort to enhance HubSpot’s CRM pipeline auditing functionality as we are also introducing two new endpoints into public beta for auditing changes to pipelines and pipeline stages:
Returns the audit history for the selected CRM pipeline.
Returns the audit history for the selected CRM pipeline stage.
What this means for developers:
When is this change happening?
The ‘archived’ optional parameter will be sunset on March 14th 2022.
The new endpoints for auditing pipelines and stages will be introduced into public beta today, February 11th 2022.
No one has replied to this post quite yet. Check back soon to see if someone has a solution, or submit your own reply if you know how to help! Karma is real.
Reply to postNeed help replying? Check out our Community Guidelines