- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2018 02:17 PM
Hello all. I'm trying to get all affected CIs attached to a change request. I'm sending a get request to https://ven01523.service-now.com/api/now/table/change_request, which returns all changes and the main CI under cmdb_ci, however it doesn't return all the affected CIs attached to the request. Any idea how to get all those affected CIs that are attached to the change? Any help is much appreciated!
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 01:34 PM
the table you need to query is task_ci , since that is the table where affect CI are stored
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-23-2018 01:34 PM
the table you need to query is task_ci , since that is the table where affect CI are stored