Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 08:27 AM
Is there any way I could get Requested Items using REST API? I want to retrieve the data shown in the tab.
Solved! Go to Solution.
Labels:
- Labels:
-
Studio
-
User Interface (UI)
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 08:56 AM
I would suggest using the out of the box provided Table API. You can try it out via the REST API Explorer.
You can use it to read data from any ServiceNow table. In this case you would set the table to "sc_req_item"
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 08:56 AM
Hi,
Try this
GET https://Instancename.service-now.com/api/now/table/sc_req_item/sys_id
Thank you
Prasad

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-21-2022 08:56 AM