List Facility Reviews
List privacy-minimized public ratings and comments for a ParkWhiz parking facility.
Capability ID
parkwhiz.facility.reviews
Cost
1 credit per request
Maximum runtime
30 seconds
POST
/execute
Shared execution endpoint
Input parameters
limit
integer
optional
Maximum number of results to return.
Example
3
location_id
integer
required
Location identifier.
Example
2504
page
integer
optional
One-based result page to fetch.
Example
1
Response
Successful output is returned in results[0].data. Raw platform output is
intentionally open-ended and may evolve with the upstream source.
No committed sample output is available for this capability yet.
Execution behavior
A 200 response completed inline. A 202 response was queued; poll
GET /jobs/:id until the job reaches completed or
failed.