You need to sign in to do that
Don't have an account?
Ankit Singh 6
Fetching contact and their activities in a single api call
Hi All
We are trying to fetch contacts along with their activities.
Is there a way to fetch it in one api call (or using single soql query)? We know the way to fetch in two api calls (ie first fetch contact and then fetch activity based on whoid). I need some way to join both objects.
Please help me out with this.
Regards
Ankit
We are trying to fetch contacts along with their activities.
Is there a way to fetch it in one api call (or using single soql query)? We know the way to fetch in two api calls (ie first fetch contact and then fetch activity based on whoid). I need some way to join both objects.
Please help me out with this.
Regards
Ankit
Please try using below mentioned query
Please let me know if this works
Thanks
All Answers
Please try using below mentioned query
Please let me know if this works
Thanks