RE NXT Primary Bus Address- API field

Hello, I wanted to see if anyone has figured out how to pull in the Primary Business Address using Power Automate. I looked at many things, I can pull in the Primary Business Org Name and Position but when I try to connect that relationship to an address I don't see any endpoints. I thought it was constituent_id but that just links the person to the address.

Is this not available yet in the API ? What am I missing?

I can see it in NXT, the green mark next to Business means Primary Employment.

image.png

Best Answer

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge
    Answer ✓

    Assuming you are getting relationship information using this API

    Then there is a is_primary_business property for you to filter on to get the ONE relationship record that is the primary business. Then you need to use the relation_id property, which is the constituent system record id of the primary business org record, and call the get a constituent api to get address info.

Answers

  • Alex Wong
    Alex Wong Community All-Star
    Tenth Anniversary Kudos 5 Facilitator 4 bbcon 2025 Attendee Badge

    to give a little clarity on the relationship object.

    • id
      • this is the system record id of the relationship record
    • reciprocal_relationship_id
      • this is the system record id of the relationship record that is the reciprocal of the above
    • constituent_id
      • this is the constituent system record id of the "originator" of the relation being API-called-upon
      • meaning your individual person in this case
    • relation_id
      • this is the constituent system record id of the related constituent record
      • meaning your primary business org constituent record in this case
  • Thanks Alex, I'm not sure why, but I was looking for a link in the constituent's addresses and wondering what I was missing. I had the constituent_id in the list address and not the relation_id of the primary business. I'm good now- the lightbulb went on!

Categories