Select to view content in your preferred language

Relationship Classes

781
2
05-03-2010 06:47 AM
AnilDhiman
Deactivated User
Does API give any possibility to deal with relationship classes in this 9.3.1 version.? I do see joined table results can be queried easily but what about query made on relation classes?
0 Kudos
2 Replies
SteveMorgan
Emerging Contributor
Based on two other posts/replies the API does not allow the return of features based on the query of a related table.  However, I don't see why you can't call the service to get the matching records from the related table and then make a second call to the actual feature layer table to get the related features.  Anyone else have some thoughts here???  I would also like to know for sure.

Steve
0 Kudos
AnilDhiman
Deactivated User
I have no issues to accomplish this task by querying but just wanted to know if there is any possibility available in REST API. Moreover, it multiple times may raise some performance concerns. so just wondered if it is possible in relations..
0 Kudos