PACECloudSDK
/
cloud.pace.sdk.api.poi.generated.request.priceHistories
/
GetPriceHistoryAPI
/
GetPriceHistoryService
/
getPriceHistory
get
Price
History
@
GET
(
value =
"gas-stations/{id}/fuel-price-histories/{fuel_type}"
)
abstract fun
getPriceHistory
(
@
Path
(
value =
"id"
)
id:
String
,
@
Path
(
value =
"fuel_type"
)
fuelType:
Fuel
? = null,
@
Query
(
value =
"filter[from]"
)
filterfrom:
String
? = null,
@
Query
(
value =
"filter[to]"
)
filterto:
String
? = null,
@
Query
(
value =
"filter[granularity]"
)
filtergranularity:
String
? = null):
Call
<
PriceHistory
>
Content copied to clipboard