EndPoint Get Table Rows
Name
get_table_rows
Description
Get table rows [API reference]
Parameters
Parameter | Label | Required | Options | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
TableName | TableName | YES | Table name | |||||||||||||||||||||||
PagingRowCount | Page Size (Default=2000, Max=10000) | YES | Max can be 10000 but it may decrease performance if you fetching less than 10K rows in some requests. | |||||||||||||||||||||||
SysId | SysId | NO | Row 'sys_id' | |||||||||||||||||||||||
Fields | Fields | NO | Comma-separated field names you want to return in the response. E.g. sys_id,name,label,sys_name,sys_updated_on. Using this setting reduces the response size and speed up the processing. | |||||||||||||||||||||||
Query | Query / Order By (Server Side Filter) | NO |
|
Server side search / filter condition [API reference] |
Output Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description |
---|---|---|---|---|---|
sys_id |
DT_STR
|
varchar(64)
|
64 | False |
|
[$parent.Pivot_Name$] |
DT_WSTR
|
nvarchar(2000)
|
2000 | False |
Input Columns
Label | Data Type (SSIS) | Data Type (SQL) | Length | Raw | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime. |
Examples
SSIS
Use ServiceNow Connector in API Source component to read data or in API Destination component to read/write data:
Get Table Rows using API Source
ServiceNow
Get Table Rows

Get Table Rows using API Destination
ServiceNow
Get Table Rows
