APIs & Integrations

RaduG
Miembro

Associations v4 endpoints disappeared from OpenAPI spec and Python SDK

Hi,

 

It looks like in the latest version of the OpenAPI spec, the following endpoints (at least) are no longer available:

 

GET /crm/v4/objects/companies/{companyId}/associations/{toObjectType}

 

PUT,DELETE /crm/v4/objects/companies/{companyId}/associations/{toObjectType}/{toObjectId}

 

GET

/crm/v4/objects/contacts/{contactId}/associations/{toObjectType}

 

PUT, DELETE /crm/v4/objects/contacts/{contactId}/associations/{toObjectType}/{toObjectId}

 

GET /crm/v4/objects/deals/{dealId}/associations/{toObjectType}

 

PUT,DELETE /crm/v4/objects/deals/{dealId}/associations/{toObjectType}/{toObjectId}

 

This also seems to be the case in the latest Python SDK based on the changelog.

 

Is this a planned change or an error? The endpoints still work, they're just not specced.

2 Respuestas 2
RaduG
Miembro

Associations v4 endpoints disappeared from OpenAPI spec and Python SDK

Any help?

0 Me gusta
JGAlves96
Participante

Associations v4 endpoints disappeared from OpenAPI spec and Python SDK

This is an urgent issue, our data pipelines stopped because of that

0 Me gusta