risk assessment values using rest api explorer
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2022 04:19 AM
Hi Team,
I need to set risk value using risk assessment questions and answer via rest API explorer but I am getting a way to do that, could anyone please help me to achieve that.
Regards,
Nisha
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2022 05:19 AM
Hi Nisha,
It appears to use the UI action "Fill out risk assessment" code on your change_request table that you can use in your REST API Call.
You can see code for "Fill Out Risk Assessment" UI action to check which table data is being populated and then you can use REST API to dynamically create records in this table data.
Thanks