Getting a Specific Document
To get a specific row of data for an entity, given the primary key of the data.
cURL Command
https://servername.fa.us2.oraclecloud.com/crmRestApi/searchResources/11.13.18.05/entities/Account/300100034327124?
Example Response Payload
{
"_entity": "Account",
"ChildObject_AccountCollection_c": [
{
"RecordName": "Child3",
"CurrencyCode": "USD",
"OrganizationProfile_Id_c": 300100034327124,
"CustomChildCheck_Account_c": true,
"CustomChildCurrency_Account_cCurcyConvRate": "1",
"Id": 300100128033307
},
...
}