About 1,110,000 results
Open links in new tab
  1. Code Samples - ServiceNow Developers

    The REST API Explorer creates code samples for integrating with the ServiceNow APIs in several commonly used languages: ServiceNow Script; cURL; Python; Ruby; JavaScript; Perl; Powershell; To create the code sample, click the link in the REST API Explorer.

  2. REST API HTTP response codes - ServiceNow

    Loading... Loading...

  3. Product Documentation - ServiceNow

    Jul 31, 2024 · ServiceNow REST APIs follow standard REST API protocol. They also provide "custom" URI and query parameters to ensure backwards compatibility and provide additional functionality such as paginating long lists of results.

  4. Code of PUT Scripted rest API - ServiceNow Community

    Feb 27, 2025 · In RESTful API design, the PUT method is typically used to update an existing resource, while the POST method is used to create a new resource. However, you can technically use the insert function within a PUT method in ServiceNow if you want to allow the creation of a new record when the specified record does not exist.

  5. Starting with REST APIs - ServiceNow Integration Level 1

    Sep 24, 2018 · A brief introduction to ServiceNow integration via REST APIs is in here. You can kick start to explore REST methods within ServiceNow. UNDERSTANDING SERVICENOW INTEGRATION AND CAPABILITIES. ServiceNow provides a variety of methods to integrate, most notably Web Services, JDBC, LDAP, Excel, CSV, and Email.

  6. Parsing a REST Response - ServiceNow Developers

    REST API calls return data in the Response Body. The response body data is usually structured in JSON or XML format. Use a Script step to parse the structured data into variables to use elsewhere in the action or in a flow.

  7. Table API - ServiceNow Developers

    The Table API provides endpoints that allow you to perform create, read, update, and delete (CRUD) operations on existing tables. The calling user must have sufficient roles to access the data in the table specified in the request. Deletes the specified record from the specified table. Data format of the response body.

  8. REST Integration: Create Scripted REST APIs - ServiceNow

    ServiceNow This course explores how to create Scripted REST APIs that allow developers to create custom APIs on the Now Platform. - Now Learning.

  9. Solved: scripted rest api help - ServiceNow Community

    Nov 29, 2024 · Step 6: Test the API. Test Using REST API Explorer: Go to System Web Services > REST API Explorer. Select your API and the resource you created. Test the API by making requests and verifying the responses. Step 7: Implement Inbound Integration. Set Up Endpoint in Third-Party Tool: Configure the third-party tool to send data to the ServiceNow ...

  10. Creating a REST API endpoint in ServiceNow - IBM

    To enable handling of a webhook received by IBM Storage Insights, you need to create a REST API endpoint in your ServiceNow instance. To create a REST API endpoint in ServiceNow, complete the following steps: Access your ServiceNow instance and go …

Refresh