- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2021 09:55 AM
i tried this API GET method but getting error as below
url: https://test.service-now.com/api/sn_chg_rest/change/standard/b64842d2dbeb64508074215fd3961934
output:
Solved! Go to Solution.
- Labels:
-
Command Line Interface

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2021 10:18 AM
Hi,
You can get that from this endpoint:
GET https://instanceName.service-now.com/api/now/table/task_ci?sysparm_query=task%3D0126961347c12200e0ef563dbb9a717e
At the end of the endpoint is the sys_id of the change record that you want to get the "affected ci's" of.
Thanks
Mike

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2021 10:18 AM
Hi,
You can get that from this endpoint:
GET https://instanceName.service-now.com/api/now/table/task_ci?sysparm_query=task%3D0126961347c12200e0ef563dbb9a717e
At the end of the endpoint is the sys_id of the change record that you want to get the "affected ci's" of.
Thanks
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2021 02:32 AM