issue with description field in REST API POST method

hemantnh
Tera Expert

while sending the description data i am getting the below error - i am trying to send the task description data to another SN instance by using the REST API post call i am getting the issue,

 

without description data i am able send the data with out any issues.

 

   code:  request.setStringParameterNoEscape('description', description1);

 

 

{"error":{"message":"com.glide.rest.domain.ServiceException: Exception while reading request","detail":""},"status":"failure"}

2 REPLIES 2

Subhashis Ratna
Tera Guru

Hi @hemantnh 

The error message you're encountering, "com.glide.rest.domain.ServiceException: Exception while reading request," indicates that there's an issue with the request being sent to the REST API endpoint.


Could you please provide any screenshots or scripts for better understanding?


Thanks
Subhashis Ratna