Unable to get long text field value in a single rest api call
Summary:
I'm trying to hit the sales opportunity api to get Opportunity Description directly but it doesn't show up in json, but shows as an enclosure link, and I wish to avoid multiple calls, please let me know how it can be achieved.
Opportunity REST API : https://POD.fa.ca3.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/opportunities/<opportunity_number>
Opportunity Description : https://POD.fa.ca3.oraclecloud.com:443/crmRestApi/resources/11.13.18.05/opportunities/<opportunity_number>/enclosure/OpportunityDescription_c.
I tried all checking in forums and the suggestions provided are not helpful.
Link 1 : https://community.oracle.com/customerconnect/discussion/588133/rest-api-long-text-enclosure-request
Link 2 : How To Get Long Text Field Details In A GET REST Call To Get Service Request Object Details (Doc ID 2527792.1)