---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Data Retrieval

# Data Retrieval API {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Data Retrieval API method summaries and descriptions.
{#r_DataRetrievalAPI__id_gsh_xqt_3xb__entry__2}

| Method Summary | Description |
|-|-|
| [getKeys](https://servicenow-prod.fluidtopics.net/8Ywnupg8Hogn~agJj_I4MA "Query the targeted table by example values and return a comma delimited sys_id list.") | Query the targeted table by example values and return a comma delimited `sys_id` list. |
| [getRecords](https://servicenow-prod.fluidtopics.net/o3oR7MYRNbyrcoKpE1uO6A "Query the targeted table by example values and return all matching records and their fields.") | 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](https://servicenow-prod.fluidtopics.net/Xsdld2IdFqJYdTW0G5ORfw "Query a table using an aggregate function including SUM, COUNT, MIN, MAX, LAST, and AVG.") | Query using and aggregate functions SUM, COUNT MIN, MAX, LAST, and AVG. To enable the aggregate functions, activate the Aggregate Web Service Plugin. |
[Tabelle : 1. Data Retrieval API]

{#r_DataRetrievalAPI__id_gsh_xqt_3xb}
* **[getKeys](https://servicenow-prod.fluidtopics.net/8Ywnupg8Hogn~agJj_I4MA)**   
  Query the targeted table by example values and return a comma delimited `sys_id` list.
* **[getRecords](https://servicenow-prod.fluidtopics.net/o3oR7MYRNbyrcoKpE1uO6A)**   
  Query the targeted table by example values and return all matching records and their fields.
* **[get](https://servicenow-prod.fluidtopics.net/M0Fm55rjdZHahksdICKqKQ)**   
  Query a single record from the targeted table by `sys_id` and return the record and its fields.
* **[aggregate](https://servicenow-prod.fluidtopics.net/Xsdld2IdFqJYdTW0G5ORfw)**   
  Query a table using an aggregate function including SUM, COUNT, MIN, MAX, LAST, and AVG.

**Zugehörige Verweise**   

* [Data Modification API](https://servicenow-prod.fluidtopics.net/ttQ6l8ZDWf0124mqX88mzQ "Data Modification API method summaries and descriptions.")

