REST API - Work Notes has not value
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 05:02 AM
I am having issues getting the value for work notes or comments. I have tried multiple variables (work_notes, work_notes.getActivityJournal(1), etc.).
What variables should I uses to get these values?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 05:04 AM
Hi Randy,
Try using incGR.work_notes.getJournalEntry(1) instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 08:27 AM
I have updated the code however I'm getting a message that the payload is not valid JSON.
{
"short_description":"${sd}",
"description":"${desc}",
"contact_type":"${ctype}",
"work_notes":"${notes}",
"comments":"${comments}"
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2023 03:35 PM
I have updated the code however I'm getting a message that the payload is not valid JSON.
{
"short_description":"${sd}",
"description":"${desc}",
"contact_type":"${ctype}",
"work_notes":"${notes}",
"comments":"${comments}"
}