APIs & Integrations

ASpyropoulos
Participant

Explain the API unlabeled returned value

SOLVE

Hi all,

I am looking to get some more information about the "unlabaled" returned values from the API.

So I have a company (companyA) that has 2 deals (dealA and dealB).

DealA has only 1 primary association which is companyA (DealA -> CompanyA)
DealB has 1 primary association -> companyB and 1 non primary association companyA

1) Why is the '_unlabeled' context of the type value. Does it only indicates this primary/non-primary association?
2) Also why (DealA -> CompanyA) has 2 returned values. 1 with type company_to_deal and 1 with type company_to_deal_unlabeled?


I am using the endpoint 

crm/v3/objects/companies/companyA_ID


Screenshot 2024-06-24 at 11.26.19 AM.png

1 Accepted solution
GRajput
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Explain the API unlabeled returned value

SOLVE

Hi @ASpyropoulos 

 

Basically unlabeled means no association label. and primary is also an association label.

 

"I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!"




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


View solution in original post

2 Replies 2
GRajput
Solution
Recognized Expert | Gold Partner
Recognized Expert | Gold Partner

Explain the API unlabeled returned value

SOLVE

Hi @ASpyropoulos 

 

Basically unlabeled means no association label. and primary is also an association label.

 

"I hope this will help you out. Please mark it as Solution Accepted and upvote to help another Community member.
Thanks!"




Gaurav Rajput
Director, MarTech( Growth Natives)

Book a meeting


ASpyropoulos
Participant

Explain the API unlabeled returned value

SOLVE

Thanks Gaurav,

Do you know know the below?

2) Also why (DealA -> CompanyA) has 2 returned values. 1 with type company_to_deal and 1 with type company_to_deal_unlabeled?

0 Upvotes