Contents
2024
2023
2022
2021
Changelog
December 16, 2022
pipeline_id
and activity_type_id
data typesAnnounced: October 17, 2022
December 16, 2022
What is changing?
From December 16, 2022, the type.params.pipeline_id
and type.params.activity_type_id
query parameters will only
accept the specified IDs as an array for the
GET /goals/find
endpoint.
Similarly, the pipeline_id
and activity_type_id
response fields will be returned as an array in the following
endpoints’ responses:
Why is it changing?
Due to a legacy implementation on our side, the
type.params.pipeline_id
and
type.params.activity_type_id
query parameters have so far
accepted both integer and array data types. From December 16, 2022,
they will accept and return an array to support the inclusion of
multiple pipelines and/or activity types for your goals.
Who will be affected?
Everyone using the specified query parameters to find goals and/or strictly checking the response structure of these endpoints.
If you have any questions or comments, let us know in the Developer’s Community.