From 5153e3a936483cbb0d6d1a2331a64bdc2b0d13a6 Mon Sep 17 00:00:00 2001 From: Simon Dalvai Date: Thu, 15 Feb 2024 09:52:46 +0100 Subject: [PATCH] parking-offstreet-sta: improve calls.http --- data-collectors/parking-offstreet-sta/calls.http | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data-collectors/parking-offstreet-sta/calls.http b/data-collectors/parking-offstreet-sta/calls.http index 0d9fd74e..8817bd86 100644 --- a/data-collectors/parking-offstreet-sta/calls.http +++ b/data-collectors/parking-offstreet-sta/calls.http @@ -28,7 +28,9 @@ grant_type=password GET https://www.onecenter.info/api/DAZ/GetFacilities Authorization: Bearer {{token}} -### FacilityID +### FacilityID +# 607440 Bressanone +# 608612 Bolzano GET https://www.onecenter.info/api/DAZ/FacilityFreePlaces -?FacilityID=608612 +?FacilityID=607440 Authorization: Bearer {{login.response.body.access_token}} \ No newline at end of file