- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2015 10:48 PM
Greetings!
Using the REST API, we are inserting records into the Incident Table and the opened_at field is not populating at all.
We tried the following without success
- We tried a few different time formats, including this format: 2013-07-23 18:01:17
- We tried different time zones
- We tried passing over a blank value and let the system default the value
I checked the field in ServiceNow and it definitely has a default value. Any ideas would be appreciated. Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2015 07:51 PM
Turns out it was a permission issue. I added the role, "rest_service" and now that field populates correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2015 10:58 PM
more details - I am thinking it is a permission issue.
Using the REST API Explorer:
- For the REST API user, it fails to populate
- Using my account ( admin ), it populates correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-07-2015 07:51 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2018 07:44 AM
The rest_service role is deprecated. The description on the role says it is no longed needed to access the REST API. Has anyone else had this issue after upgrading to Jakarta?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-20-2018 11:47 AM
I am having the same issue in Jakarta. Do you happen to have a workaround?