REST API - Long Text Enclosure Request
Summary
Get long text (enclosure) in a single callContent
/crmRestApi/resources/latest/SiteSurvey_c/?fields=Status_c,Feedback_c
The Feedback_c field in the above example is a Long Text data type. Is it possible to return the data with the other fields in a single request? We don't want to make a second request to get this value like the below example.
/crmRestApi/resources/latest/SiteSurvey_c/300000099464388/enclosure/Feedback_c
Tagged:
1