Scripted Rest Api not displaying data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 05:39 PM
Hi Everyone,
i am trying create one incident using scripted Rest api and postman, everything is going perfect but the fetching of short_description it is showing null i don't know where did i made a mistake can any one please help me to resolve this issue.
Thank You,
Kiran Kumar.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 05:05 AM
In your body you are passing in the Short Description property name is ShortDesc but in your code you have
parsedData.short_description this should be parsedData.ShortDesc (will also be case sensitive). The same is true of Description. Property name is Desc but code is parsedData.Description should be parsedData.Desc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:46 AM
Hi garylfry,
Thank you for your response i did the changes and still it is not fetching the short_description

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 06:25 AM
let me take a deeper look will get back to you today
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 01:10 AM
Hi garylfry,
Thank You for response and waiting for your solution.