- 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-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-27-2024 05:24 AM
@Sohail Khilji :
Make sense but how we can utilize GraphQL method in this process? Please let me know your thoughts on this. Thank You!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2024 05:43 AM
refer the doc which i shared and also the below must help...
☑️ 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 05:27 AM
Hello @Ganeshm1 ,
You can refer my below link, where I have already explained how to create GraphQL API to retrieve the data.
Please accept my answer and give thumbs up, if it helps you.