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. |
- getKeys
Query the targeted table by example values and return a comma delimitedsys_idlist. - 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 bysys_idand 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