PACECloudSDK
/
cloud.pace.sdk.api.poi.generated.request.policies
/
GetPoliciesAPI
/
GetPoliciesService
/
getPolicies
get
Policies
@
GET
(
value =
"policies"
)
abstract fun
getPolicies
(
@
Query
(
value =
"page[number]"
)
pagenumber:
Int
? = null,
@
Query
(
value =
"page[size]"
)
pagesize:
Int
? = null,
@
Query
(
value =
"filter[poiType]"
)
filterpoiType:
POIType
? = null,
@
Query
(
value =
"filter[countryId]"
)
filtercountryId:
String
? = null,
@
Query
(
value =
"filter[userId]"
)
filteruserId:
String
? = null):
Call
<
Policies
>
Content copied to clipboard