About 1,460,000 results
Open links in new tab
  1. Scripted REST APIs - ServiceNow

    To work with scripted REST APIs, you must have the web service administrator [web_service_admin] role. Users with this role can read, create, modify, and delete scripted …

  2. ServiceNow Scripted REST API: When & Why You Need It?

    Mar 12, 2025 · In ServiceNow, the standard REST API is great for basic data retrieval and updates. But what if you need custom logic, real-time filtering, or advanced processing? That’s …

  3. Creating Scripted REST APIs in ServiceNow - LinkedIn

    Sep 30, 2024 · In this article, we’ll build a scripted REST API in a PDI for the incident table, enabling users to create and read incidents through API calls.

  4. Scripted REST API examples - ServiceNow

    These examples demonstrate how to create various resource scripts for a scripted REST API. These examples demonstrate how to send a JSON response using streaming and using …

  5. ServiceNow Scripted REST APIs - YouTube

    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.

  6. ServiceNow: Scripted REST API with API Key - SNowIT

    Nov 6, 2024 · Learn how to set up API key authentication for scripted REST APIs in ServiceNow. This guide covers configuring authentication profiles, creating API keys, setting access …

  7. Solved: scripted rest api help - ServiceNow Community

    Nov 29, 2024 · Implementing a ServiceNow Scripted REST API for bi-directional integration with a third-party tool involves several steps. Here's a detailed guide to help you create it:

  8. kyledlester/servicenow-scripted-rest-api-examples - GitHub

    Provides examples that you can use right away to perform ServiceNow actions such as sending Slack messages, SMS, phone calls, mobile push notifications, creating/deleting records, …

  9. REST Integration: Create Scripted REST APIs - ServiceNow

    This course explores how to create Scripted REST APIs that allow developers to create custom APIs on the Now Platform. Scripted REST APIs in ServiceNow offer developers a flexible and …

  10. Creating Scripted REST APIs in ServiceNow - danielmadsen.dk

    In this article, we’ll build a scripted REST API in a PDI for the incident table, enabling users to create and read incidents through API calls. To create a new scripted REST API in …

  11. Introduction to Scripted REST APIs - ServiceNow Developers

    Feb 25, 2016 · One of the new features in Geneva is the ability to write Scripted REST APIs. These take the place where Processors were used previously but have a richer feature set …

  12. My experience with Scripted Rest APIs and some goo... - ServiceNow

    Dec 7, 2023 · I am sure most of you guys might be aware of it already, however, I would like to share my experience while working on Scripted REST APIs. Scripted REST APIs are a …

  13. Scripted REST API in ServiceNow Inbound Integratio... - ServiceNow

    Sep 7, 2022 · Using the scripted REST API feature you can build custom web service APIs. Using this define service endpoints, query parameters, and headers for a scripted REST API, as well …

  14. Scripted REST API Resources - ServiceNow Developers

    A REST API is a collection of REST resources. REST resources are unique data representations that have at least one URI. Resources are typically a set of related information, such as a …

  15. Scripted REST APIs Module Recap | ServiceNow Developers

    Resources are defined in a Scripted REST API and consist of: HTTP method (Relative path including path parameters)Resource pathSecurityAllowed response format typeResource …

  16. What Are Scripted Web Services? | ServiceNow Developers

    In many cases, the ServiceNow APIs provide the methods developers need for their integrations. In other cases, custom APIs are required. Scripted REST Services allow developers to create …

  17. Scripted REST API - ServiceNow Developer Blog

    Jul 17, 2019 · One of the new features in Geneva is the ability to write Scripted REST APIs. These take the place where Processors were used previously but have a richer feature set …

  18. REST Integration: Create Scripted REST APIs - ServiceNow

    REST Integration: Create Scripted REST APIs This course explores how to create Scripted REST APIs that allow developers to create custom APIs on the Now Platform.

  19. From the Experts: ServiceNow Scripted REST APIs

    From the Experts: ServiceNow Scripted REST APIs Learn how to build custom web services that permit and define how external applications and clients can interact with data in your instance.

  20. What is an API? - ServiceNow

    An application programming interface (API) is a set of rules and protocols that allows software systems to exchange data or share functionality.

  21. SG Services API - ServiceNow Developers

    Note: Available versions are specified in the REST API Explorer. For scripted REST APIs there is additional version information on the Scripted REST Service form.