Retrieve the API Results for all requests.

The API Usage Monitoring Endpoint provides details on API usage, allowing to retrieve specific request data within a specified range, using offset and limit parameters to customize data retrieval.

Endpoint: GET https://irbis.espysys.com/api/developer/request-monitor/api-usage

Purpose: Retrieve the API usage details for all requests.

Parameters:

  • offset (required):

    • Type: number (query parameter)

    • Description: The position number of the request from which the results should start. For instance, if the offset is set to 0, it indicates the starting point is the latest request.

  • limit (required):

    • Type: number (query parameter)

    • Description: Specifies the number of results to be retrieved. Using the previous example, if the limit is set to 6, the response will include the latest request (from the offset) and the 5 preceding requests.

  • key (required):

    • Type: string (query parameter)

    • Description: The specific key associated with the request.

Usage Example:

If you set the offset as 0 and the limit as 6, the system will fetch the latest request and the 5 requests that came before it. This allows for a flexible retrieval of data based on specific needs.

GET Get lookup data for a request

Last updated