function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Ganesh PrabhuGanesh Prabhu 

Search a record by identifier without record type

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
Charisse de BelenCharisse de Belen
Searching by ID is currently not implemented, but you can upvote the Idea here: https://success.salesforce.com/ideaView?id=08730000000BqoL. If it passes the point threshold, Salesforce might deliver it in the future.

In the meantime, you can just put the ID in the URL and it will take you directly to that record. For example: https://na45.salesforce.com/0010800000Abti7AAZ
Charisse de BelenCharisse de Belen
Hi Ganesh,

If my answer was of help to you, please mark it as the Best Answer so this question can be marked Solved. Thank you!