List Inter Operator Tariffs

The inter operator tariffs (IOTs) that apply to the designated network coverages, operators and IMSI sponsors

Authentication

AuthorizationBearer

An auth_token should be provided to authenticate a session.

To obtain an auth_token, see the POST request to /api/v1/authenticate.

Query parameters

qstringOptional
Filter parameter in `<filter>:<value>` format, may be one of the following: * `id` * `network_coverage_data` - associated coverage data id * `network_coverage` - associated network coverage id * `operator` - assigned operator * `traffic_type` - traffic type id * `rate` - rate for the tariff * `volume` - volume(usually 1) * `blocksize` - block size in kB * `valid_from` - utc iso date the tariff starts acting * `valid_until` - utc iso date the tariff stops acting
activebooleanOptional
Defines if only tariffs active by today or in the future will be displayed
pageintegerOptional
Current page number
per_pageintegerOptional
Defines the number of items per page
sortstringOptional
Sort properties according to a comma separated list of accepted fields

Response

List Response
idinteger or null
valid_fromstring or nullformat: "date-time"
valid_untilstring or nullformat: "date-time"
ratedouble or null
volumedouble or null
currencyobject or null
traffic_typeobject or null
network_coverage_dataobject or null

Errors