Gets Availability

Securityapi_key
Request
query Parameters
nw_lat
required
string
nw_lon
required
string
se_lat
required
string
se_lon
required
string
zones
string
account_type
required
string
header Parameters
source_app_key
required
string
Responses
200

Success

400

The Input from the user was malformed

401

Authorization value is missing for the header or the credentials provided are incorrect

403

The account specified does not have the required role(s) to access the resource

404

Attempting to access invalid routes

500

An error occurred on the server. The response body includes details of the specific error

get/PMAvailability
Request samples
Response samples
application/json
{
  • "uuid": "8800b4b4-4ea6-11ea-91fd-302303742060",
  • "spaces": [
    • {
      • "location": {
        • "lat": 31.755325,
        • "lon": -106.487996
        },
      • "is_active": true
      }
    ],
  • "streets": [
    • {
      • "state": "Parking Allowed",
      • "vector": [
        • {
          • "location": {
            • "lat": 31.755325,
            • "lon": -106.487996
            }
          }
        ],
      • "occupancy": 81
      }
    ],
  • "polygons": [
    • {
      • "map": [
        • {
          • "location": {
            • "lat": 31.755325,
            • "lon": -106.487996
            }
          }
        ],
      • "occupancy": 81
      }
    ],
  • "zones": [
    • {
      • "internal_zone_code": "1234-5678",
      • "occupancy": 81
      }
    ],
  • "error": "AV-1001"
}