---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Retrieving data

# Retrieving MetricBase data using REST
and JavaScript {#ariaid-title1}

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

Use JavaScript or REST APIs to insert and retrieve time-series data from the MetricBase database and to run transforms on the data. The transformations enable
you to visualize time-series data in a variety of ways.

For more information about MetricBase
time-series data transformations, see [MetricBase transforms](https://www.servicenow.com/docs/access?context=metricbase-transforms&version=australia&pubname=australia-now-intelligence&ft:locale=en-US).

## Using REST {#analyze-time-series-data__section_o4d_3fs_4gb}

For information about the MetricBase REST APIs that return time-series data
from the MetricBase database, see [MetricBase Time Series API](https://www.servicenow.com/docs/access?context=Clotho-Time-Series-API&version=australia&pubname=australia-api-reference&ft:locale=en-US).

## Using JavaScript {#analyze-time-series-data__section_nrm_jfs_4gb}

For information about the MetricBase JavaScript APIs that return time-series data from the MetricBase database, see:

* [Client](https://www.servicenow.com/docs/access?context=ClientScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Execute transforms on the MetricBase database and receive the results.
* [Data](https://www.servicenow.com/docs/access?context=DataScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Return the object that contains the result of a transform.
* [DataBuilder](https://www.servicenow.com/docs/access?context=DataBuilderScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Create a series of data points for a metric.
* [Transformer](https://www.servicenow.com/docs/access?context=TransformerScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Manipulate time-series data to prepare the data for evaluation and analysis.
* [TransformPart](https://www.servicenow.com/docs/access?context=TransformPartScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Specify details of the transform to be done.
* [TransformResult](https://www.servicenow.com/docs/access?context=TransformResultScopedAPI&version=australia&pubname=australia-api-reference&ft:locale=en-US) --- Return the object that contains the result of the transformation.
{#analyze-time-series-data__ul_onj_rnm_pgb}

Experiment and get familiar with the JavaScript APIs by using the [MetricBase Data
Explorer](https://servicenow-prod.fluidtopics.net/jt6STFYiqfBWXPy4nYjdhg "Experiment with MetricBase APIs using Data Explorer that is part of the MetricBase Demo application. Data Explorer uses the data installed with the MetricBase Demo application.") that comes with the MetricBase Demo.

