- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2024 01:45 AM
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
Solved! Go to Solution.
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 12:50 AM
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....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2024 02:57 AM
@Ganeshm1 You can start learning GraphQL by following these link https://www.servicenow.com/community/now-platform-articles/setting-up-and-testing-your-first-graphql...
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 12:45 AM
Hello @Sandeep Rajput : Thank you for the above links. I will go through it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2024 03:30 AM - edited 05-25-2024 03:31 AM
Hi @Ganeshm1 ,
i did this integration few months back and this document helped me get started.
i hope this helps..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 12:47 AM
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!