Rest Response error display_value=null
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2016 02:12 AM
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
- Labels:
-
Integrations
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-28-2016 03:11 AM
Great !!
-Vikas Malhotra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 05:58 AM
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 ?