Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Integration Lean IX Service Now through REST API

Ashish8202
Tera Contributor

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

5 REPLIES 5

Ct111
Tera Sage

Check the paragraph with below heading in the link

 

Retrieving the Details of a Synchronisation Run

 

LINK

 

I hope this information helps with respect to GET method

Sandesh2407
Tera Contributor

NehaSNOW
Tera Guru

@Ashish8202Yes, you need API from LeanIX. If you want to fetch the records from LeanIX then GET method Endpoint(API) is required.

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.