• Sun ShuaiShuai
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I know how to execute soql to get data from one object.
But I don't know how to execute soql to get data from multiple object that has a relationship like 
select Name,Phone,Website,Type,(Select Name, Title, Email From Contacts) from Account
so can you tell me how to execute the above soql by rest api?
Thank you very much.