Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Data Retrieval API

Data Retrieval API method summaries and descriptions.

Method SummaryDescription
getKeysQuery the targeted table by example values and return a comma delimited sys_id list.
getRecordsQuery the targeted table by example values and return all matching records and their fields.
getQuery a single record from the targeted table by sys_id and return the record and its fields.
aggregateQuery using and aggregate functions SUM, COUNT MIN, MAX, LAST, and AVG. To enable the aggregate functions, activate the Aggregate Web Service Plugin.
  • getKeys
    Query the targeted table by example values and return a comma delimited sys_id list.
  • getRecords
    Query the targeted table by example values and return all matching records and their fields.
  • get
    Query a single record from the targeted table by sys_id and return the record and its fields.
  • aggregate
    Query a table using an aggregate function including SUM, COUNT, MIN, MAX, LAST, and AVG.

Parent Topic:SOAP direct web service API functions

Related topics

Data Modification API