Related Incident latest comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2024 11:21 PM
Hi Team,
We need to share incident comments via using API we have developed this API by using REST API explorer incident table API. So, we able to fetch the response but customer wants only latest(updated) comment. Could you please help on this, how to fetch latest comment. Please provide solution as soon as possible it's little bit urgent.
Thanks & Regards,
Gori
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2024 11:46 PM
Hi @shabbir9 ,
You will have challenge to get the latest comment via an API, as what i have done in past is using a BR with this sample code :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-23-2024 11:56 PM - edited ‎04-24-2024 12:03 AM
Hi Sandeep,
Thank you for response.
If we use business rule, how we can generate API?, We need to share GET API to the customer so that they can fetch the data. Could you please share the complete BR script?