You need to sign in to do that
Don't have an account?
Ganesh 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
/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
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
If my answer was of help to you, please mark it as the Best Answer so this question can be marked Solved. Thank you!