APIs & Integrations

RaduG
Member

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 Replies 2
RaduG
Member

Associations v4 endpoints disappeared from OpenAPI spec and Python SDK

Any help?

0 Upvotes
JGAlves96
Participant

Associations v4 endpoints disappeared from OpenAPI spec and Python SDK

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

0 Upvotes