How to pull data from ServiceNow using GraphQL?

Ganeshm1
Tera Guru

Hi All,
How to pull data from ServiceNow using GraphQL?
Hope you are doing good!

 

I have requirement to pull the data from LeanIX application using GraphQL API. 
Does anyone have idea how we can achieve this functionality. Your small input will really help me to complete my POC. Please let me know your ideas on this. Thank You!

 

Regards,

Ganesh

1 ACCEPTED SOLUTION

Hi @Ganeshm1 ,

 

We used REST API and we used Oauth Token to established the connection between LeanIX and ServiceNow. Create a GET method in your REST API to get info from LeanIX Like business services, business capablities.


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

8 REPLIES 8

Hello @Sandeep Rajput : Thank you for the above links. I will go through it. 

Sohail Khilji
Kilo Patron
Kilo Patron

Hi @Ganeshm1 ,

 

 i did this integration few months back and this document helped me get started.

 

https://docs-eam.leanix.net/reference/graphql-tutorials#:~:text=The%20LeanIX%20GraphQL%20API%20allow....

 

i hope this helps..


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

Hello @Sohail Khilji : Thank you for the above link. 
Could you please help me with few information about how you have established the connection between LeanIX and ServiceNow?
How exactly you have used this API to fetch the data from LeanIX?

This will help me to understand it in a better way. Thank You!