Integration Lean IX Service Now through REST API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 06:25 PM
Hi All,
We got one requirement regarding service now - leanix integration.
scenario -
we need to create some records in service now in custom table. only 7 fields there. these records will come from leanix side.
for this as per my knowledge, I need API from leanix with GET method for fetching the records from LeanIX.
Please guide me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-22-2025 08:12 PM
Check the paragraph with below heading in the link
Retrieving the Details of a Synchronisation Run
I hope this information helps with respect to GET method
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 08:55 AM - edited ‎01-23-2025 08:56 AM
@Ashish8202 Yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 08:57 AM
@Ashish8202Yes, you need API from LeanIX. If you want to fetch the records from LeanIX then GET method Endpoint(API) is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-23-2025 09:45 PM
Thanks for your reply!!
I hope, you have done this type of integration.
Pls guide and share the complete steps - pre requisite . integration steps , authentication
When I discussed with Leanix developer for this integration, they only gave only this link for choosing the EndPoint(API) . (Path finder)
https://app.leanix.net/openapi-explorer/
Choosing the right APIs is very difficult.
or
Share the points step-by-step implementing this integration.