Skip to main content

getApiStat

This method allows you getting the number of requests to API.

Description

It returns a Promise that resolves to an IApiStat object.

System.getApiStat();

Examples

Minimal example

const response = await System.getApiStat();