Servicenow Sharepoint Integration using REST API

Annu Kumari
Tera Contributor

Has anyone done Servicenow Sharepoint Integration using REST API. I need to know following for the start?

 

Use Case is : retreive doc and tie to change module.

 

1. What are the prerequisites from sharepoint end for the successful connect?

2. How can we first test the connectivity?

3. Any available code to retreive the doc and tie to servicenow table?

 

I am new to integration, need help from the community? 

3 REPLIES 3

Appli
Mega Sage
Mega Sage

Hi, I would suggest to use Microsoft Sharepoint spoke

However it will require creating a custom app in Azure AD console, so you will need an access there.

Hope it helps

Rahul Priyadars
Giga Sage
Giga Sage

1. What are the prerequisites from sharepoint end for the successful connect?--> For any REST API based Integration you need user authentication details and Share Point end point rest URL for resources you want to access

2. How can we first test the connectivity?--> From POSTMAN tool or from service now you can test the connectivity.

3. Any available code to retreive the doc and tie to servicenow table?--> You need to explore this 

Regards

some more resources on same- https://www.youtube.com/watch?v=aNrjidj7oOc

RP

Hi Rahul, Thanks a lot, I will go through the link.