Skip to main content

Retrieve all table records from ServiceNow

Retrieve all table records from ServiceNow.

Application

  • ServiceNow

Inputs (what you have)

NameDescriptionData TypeRequired?Example
Connected AccountThe connected account to use for the requestConnected AccountYes
Table IDText (Short)Yes
Return all?Whether to return all results or only up to a given limitTrue/FalseNo
LimitMax number of results to returnNumberNo
Exclude reference link?Whether to exclude Table API links for reference fieldsTrue/FalseNo
Field ID 1A list of fields to returnText (Short)No
Field ID 2A list of fields to returnText (Short)No
Field ID 3A list of fields to returnText (Short)No
FilterAn encoded query string used to filter the resultsText (Long)No
Return valuesChoose which values to returnPredefined Choice ListNo

Outputs (what you get)

NameDescriptionData TypeRequired?Example
JSON OutputJSON output returned by the APIText (Long)No

Outcomes

NameDescription
SuccessThis status is selected if the job has successfully completed.
UnsuccessfulThis status is selected if the job has completed unsuccessfully.

Requirements

  • N/A