How can we send "work notes" in the API along with number, state, short description?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 11:30 AM
Hi All,
I want to send "work notes" in the API along with number, state, short description?
Is it possible by using REST API explorer or do we need to create a custom API
Thanks in advance your response
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 09:02 PM
Hi @Shantharao ,
By default the REST Table API will not return content of Work Notes[work_note] and Additional Comments[comments] when retrieving data for records that use these fields (usually Task-derived records like Incident, Change Request and so on).
There are two ways to retrieve Work Notes[work_note] and Additional Comments[comments] through the REST Table API:
- Add sysparm_display_value=true parameter in the request, this returns the full text of Work Notes and Additional Comments.
- Or alternatively export the Journal Field[sys_journal_field] records where Element and Element ID match the record (incident, change request etc) that you're exporting.
Or, you can build a Rest Message and trigger it with the help of an business rule : https://www.servicenow.com/community/developer-articles/rest-message-send-work-notes-and-additional-...
Sandeep Dutta
Please mark the answer correct & Helpful, if i could help you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 08:18 AM
Hi @SANDEEP DUTTA ,
By using sysparm_display_value=true parameter,
I can be able to send the work notes but it shows date stamp and person names who updated entry, but the 3rd party application team wants only the latest entry without timestamp
Can you please advice me?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2025 09:09 PM
what's your actual business requirement?
are you consuming some API? how is that consumed?
what script did you write so far and what's not working?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2025 08:58 AM
Hi
If you have an end pint url , add the condition in BR when to send & follow the below code.