Skip to main content
OCPI

Fetch information about all Tariffs.

Fetch information about all Tariffs.

Query Parameters
    date_from date-time

    Only return tariffs that have last_updated after or equal to this Date/Time (inclusive).

    date_to date-time

    Only return tariffs that have last_updated up to this Date/Time, but not including (exclusive).

    offset string

    The offset of the first object returned. Default is 0 (the first object).

    limit string

    The maximum number of objects to GET.

Header Parameters
    Authorization string required

    Token Base64encodedtoken

    X-Request-ID string required

    Unique request ID

    X-Correlation-ID string required

    Unique correlation ID

Responses

The OK response


Schema

    string

Loading...