The CreatorCon Call for Content is officially open! Get started here.

Rest API to get Requested items

Jamshaid
Tera Contributor

Is there any way I could get Requested Items using REST API? I want to retrieve the data shown in the tab.

find_real_file.png

1 ACCEPTED SOLUTION

Soeren Maucher
Mega Sage

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"

find_real_file.png

View solution in original post

2 REPLIES 2

Prasad Pagar
Mega Sage

Hi,

Try this

GET https://Instancename.service-now.com/api/now/table/sc_req_item/sys_id

Thank you
Prasad

 

Soeren Maucher
Mega Sage

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"

find_real_file.png