About 11,900 results
Open links in new tab
  1. Table API - ServiceNow

    Jul 31, 2025 · The Table API provides endpoints that allow you to perform create, read, update, and delete (CRUD) operations on existing tables.

  2. ServiceNow REST Table API specification · GitHub

    Sep 28, 2025 · ServiceNow REST Table API specification. GitHub Gist: instantly share code, notes, and snippets.

  3. ServiceNow API: The Complete Integration Guide - DEV Community

    Apr 14, 2025 · ServiceNow's API architecture follows RESTful principles with resources corresponding to ServiceNow tables. Each record has a unique URI for straightforward interactions.

  4. REST API Integration using Table API In ServiceNow - Medium

    Feb 24, 2025 · For Outbound Integration, we exclusively use REST messages, while for Inbound Integration, there are three methods available: Table API, Import Set API, and Scripted REST API.

  5. Mastering the ServiceNow Table API: A Complete Guide for Efficient …

    Harnessing the ServiceNow Table API can significantly enhance data management and integration capabilities within organizations. Its user-friendly RESTful architecture simplifies interactions with …

  6. ServiceNow Table API - Integrate using cURL, Python, Ruby, …

    Jul 12, 2022 · ServiceNow Table API – Integrate using cURL, Python, Ruby, JavaScript, Perl or Powershell Below, I’ll show you how you can use 7 different scripting languages to authenticate to …

  7. ServiceNow (Table API)

    This Connector exposes ServiceNow’s structured tables (e.g., Incident, Task, Asset, and CMDB) as queryable datasets. Analysts can perform cross-domain investigations, enrich findings with …

  8. Let's Play with ServiceNow Table API Using Postman

    Learn how to create and test a POST Table API in ServiceNow using Postman. Step-by-step guide covers API setup, JSON payload, authentication, headers, and testing, ensuring secure and efficient …

  9. 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 …

  10. Pull Table data from ServiceNow Instance using REST API

    Oct 2, 2021 · Learn how to pull table data from ServiceNow using REST API with this comprehensive PowerShell script, covering authentication, pagination, and record…