Data Retrieval API
Data Retrieval API method summaries and descriptions.
| Method Summary | Description |
|---|---|
| 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 using and aggregate functions SUM, COUNT MIN, MAX, LAST, and AVG. To enable the aggregate functions, activate the Aggregate Web Service Plugin. |