Get the details of all parking spots.
No payload requiredTo receive all parking spots your organization has set up in Bringg, call the endpoint above without any parameters in the body of your request.
Note: This endpoint does not require input parameters.
Read more about the parameters included in the Parking Spot Object.
Response (Output) Params
Parameter | Description |
---|---|
success | Indicates whether the service completed successfully.
|
message | If an error occurred, a message indicating the error is included. |
rc | If an error occurred, the return code is included. |
address | The address of the parking spot. |
id | Bringg's ID for this parking spot. |
external_id | Your external system's ID for this parking spot. |
lat | The geographical latitude of this parking spot. |
lng | The geographical longitude of this parking spot. |
name | The parking spot display name in Bringg. |
team_external_id | Your external system's ID for the associated team. |
team_id | Bringg's ID for the associated team. |