Rest Response error display_value=null

abhishek_verma1
Giga Contributor

Hi All,

While sending REST POST request, I am getting below response. If i am sending category parameter it is setting display value and creating record.

"error":{

"message": "java.lang.NullPointerException: null value in entry: display_value=null",

"detail": "null value in entry: display_value=null Check logs for error trace or enable glide.rest.debug property to verify REST request processing"

},

"status": "failure"

Could you please help me to resolve this issue.

Regards,

Abhishek Verma

6 REPLIES 6

Great !!



-Vikas Malhotra


Hi Vikky,

I am also trying to run a report via api from sc_req_item table.

command-curl --user xxxxxx:xxxxxx https://myurl.service-now.com/api/now/table/sc_req_item?sysparm_display_value=true&sysparm_exclude_r...

Before upgrade it was working fine, after upgrading to San Diego, we started receiving this error

{"error":{"detail":"NullPointerException Check logs for error trace or enable glide.rest.debug property to verify REST request processing","message":"NullPointerException"},"status":"failure"}

What might be the reason ?