Skip to main content
Version: main

Table operations

The Table API is how you work with records in any ServiceNow table — the bread and butter of most integrations. Each guide below walks one task from credentials to a runnable program.

All of them use the fluent modality; every operation is also available in the standard modality — see Core Concepts for the difference and when to prefer each.

Task guides

  • Query builder: Compose encoded queries from typed conditions instead of writing them by hand.
  • Pagination: Iterate past the first page of a list response.
  • Table API reference: Every verb with all parameters, in both modalities.
Was this page helpful?