• Ganesh Prabhu
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
I want to get record by id without specifying record type. i have tried with following ways.

/services/data/v39.0/search/suggestions?q=00108000003ul2wAAZ&sobject=Account&account.fields=Id
/services/data/v39.0/search/?q=0010800000Abti7AAZ
/services/data/v39.0/search/?q=FIND {0010800000Abti7AAZ}
/services/data/v39.0/parameterizedSearch/?q=0010800000Abti7AAZ

are there any ways to get record by id?
Thanks in advance