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 token
X-Request-ID string required
Unique request ID
X-Correlation-ID string required
Unique correlation ID
Responses
- 200
- 400
The OK response
Response Headers
X-Limit any
The maximum number of objects that the server can return.
X-Total-Count any
The total number of objects available in the server system that match the given parameters.
Link any
Link to the next page if exists.
application/json
Schema
Schema
string
Something went wrong
Loading...