cancel
Showing results for 
Search instead for 
Did you mean: 

Relationships and API

Former Member
0 Kudos

Using the API, I want to find out if a record has any members for a particular Relationship. Should I query the 'Relationships' table and find out the ID of the relationship I want and hard-code that ID when I call GetRelationshipRecords() ?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Use the following API:

catalog.GetRelationships();

catalog.GetRelationshipMembership

Hope this helps

Answers (0)