The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Understanding API

CarrieH
Tera Contributor

Could someone please provide a best resource to help understand what an API is and how it works?

4 REPLIES 4

aizawaken
Tera Guru

hi @CarrieH ,

I think you can refer this page to understand the general knowledge about API.
Hope this would help you,

PrashantLearnIT
Giga Sage

HI @CarrieH 

 

APIs are mechanisms that enable two software components to communicate with each other using a set of definitions and protocols.

********************************************************************************************************
Please appreciate the efforts of community contributors by marking the appropriate response as the correct answer and helpful. This may help other community users to follow the correct solution in the future.

********************************************************************************************************
Cheers,
Prashant Kumar
ServiceNow Technical Architect


Community Profile LinkedIn YouTube Medium TopMate
********************************************************************************************************

SK Chand Basha
Tera Sage

Hi @CarrieH 

 

Refer this YT playlist gives 

 

https://youtu.be/ulKSAZsxFlw?si=QwBG_WNAMBerwTi4

 

Mark it Helpful and accept Solution !! If this helps you to understand.

 

 

This series delves into Scripted REST APIs and how to create a web service in ServiceNow to permit external clients/applications access to data in your ServiceNow instance. Scripts in this series are located in my GitHub repo: https://github.com/Jay-Cool/Vehicles-API-Files Further learning: - ...

Runjay Patel
Giga Sage

Hi @CarrieH ,

 

I have explained API in very lemon language with real world examples, visit here for same: https://servicenowwithrunjay.com/scripted-rest-api-servicenow

 

If you wanna watch the live implementation with real world examples then check this video: https://youtu.be/Nm-niuGXaww?si=sTUup7bfFQeWCpe7

 

Please except the solution if it helped.

 

In this video i have explained about Web service integration in ServiceNow like how it works, how we can configure it, what are the prerequisite and many more. I have covered below topics in this video. 1. understand Web Service. Like when and how we will use it. 2. Talked about Inbound and ...