GET api/parking/parkinglogixmultilotinfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ParkingLogixData| Name | Description | Type | Additional information |
|---|---|---|---|
| multiLotInfoData | Collection of MultiLotInfoParkingItem |
None. |
|
| locationInfoData | Collection of LocationInfoParkingItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"multiLotInfoData": [
{
"location_name": "sample string 1",
"geocode": "sample string 2",
"location_address": "sample string 3",
"total_spaces": 4,
"free_spaces": 5,
"occupancy": 6
},
{
"location_name": "sample string 1",
"geocode": "sample string 2",
"location_address": "sample string 3",
"total_spaces": 4,
"free_spaces": 5,
"occupancy": 6
}
],
"locationInfoData": [
{
"location_name": "sample string 1",
"default_free": "sample string 2",
"location_address": "sample string 3",
"timezone": "sample string 4",
"data": [
{
"total_spaces": "sample string 1",
"free_spaces": "sample string 2",
"level": "sample string 3",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
},
{
"total_spaces": "sample string 1",
"free_spaces": "sample string 2",
"level": "sample string 3",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
}
],
"total_spaces": "sample string 5",
"free_spaces": "sample string 6",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
},
{
"location_name": "sample string 1",
"default_free": "sample string 2",
"location_address": "sample string 3",
"timezone": "sample string 4",
"data": [
{
"total_spaces": "sample string 1",
"free_spaces": "sample string 2",
"level": "sample string 3",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
},
{
"total_spaces": "sample string 1",
"free_spaces": "sample string 2",
"level": "sample string 3",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
}
],
"total_spaces": "sample string 5",
"free_spaces": "sample string 6",
"date_time": "2026-01-15T03:06:42.7007011-08:00"
}
]
}
application/xml, text/xml
Sample:
<ParkingLogixData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProxyingDataProvider.Models.ParkingLogix">
<locationInfoData>
<LocationInfoParkingItem>
<data>
<LocationInfoParkingItemData>
<dateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-15T11:06:42.7007011Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-480</d6p1:OffsetMinutes>
</dateTime>
<freeSpaces>sample string 2</freeSpaces>
<level>sample string 3</level>
<totalSpaces>sample string 1</totalSpaces>
</LocationInfoParkingItemData>
<LocationInfoParkingItemData>
<dateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-15T11:06:42.7007011Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-480</d6p1:OffsetMinutes>
</dateTime>
<freeSpaces>sample string 2</freeSpaces>
<level>sample string 3</level>
<totalSpaces>sample string 1</totalSpaces>
</LocationInfoParkingItemData>
</data>
<dateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-15T11:06:42.7007011Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-480</d4p1:OffsetMinutes>
</dateTime>
<default_free>sample string 2</default_free>
<freeSpaces>sample string 6</freeSpaces>
<locationAddress>sample string 3</locationAddress>
<locationName>sample string 1</locationName>
<timezone>sample string 4</timezone>
<totalSpaces>sample string 5</totalSpaces>
</LocationInfoParkingItem>
<LocationInfoParkingItem>
<data>
<LocationInfoParkingItemData>
<dateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-15T11:06:42.7007011Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-480</d6p1:OffsetMinutes>
</dateTime>
<freeSpaces>sample string 2</freeSpaces>
<level>sample string 3</level>
<totalSpaces>sample string 1</totalSpaces>
</LocationInfoParkingItemData>
<LocationInfoParkingItemData>
<dateTime xmlns:d6p1="http://schemas.datacontract.org/2004/07/System">
<d6p1:DateTime>2026-01-15T11:06:42.7007011Z</d6p1:DateTime>
<d6p1:OffsetMinutes>-480</d6p1:OffsetMinutes>
</dateTime>
<freeSpaces>sample string 2</freeSpaces>
<level>sample string 3</level>
<totalSpaces>sample string 1</totalSpaces>
</LocationInfoParkingItemData>
</data>
<dateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-01-15T11:06:42.7007011Z</d4p1:DateTime>
<d4p1:OffsetMinutes>-480</d4p1:OffsetMinutes>
</dateTime>
<default_free>sample string 2</default_free>
<freeSpaces>sample string 6</freeSpaces>
<locationAddress>sample string 3</locationAddress>
<locationName>sample string 1</locationName>
<timezone>sample string 4</timezone>
<totalSpaces>sample string 5</totalSpaces>
</LocationInfoParkingItem>
</locationInfoData>
<multiLotInfoData>
<MultiLotInfoParkingItem>
<freeSpaces>5</freeSpaces>
<geocode>sample string 2</geocode>
<locationAddress>sample string 3</locationAddress>
<locationName>sample string 1</locationName>
<occupancy>6</occupancy>
<totalSpaces>4</totalSpaces>
</MultiLotInfoParkingItem>
<MultiLotInfoParkingItem>
<freeSpaces>5</freeSpaces>
<geocode>sample string 2</geocode>
<locationAddress>sample string 3</locationAddress>
<locationName>sample string 1</locationName>
<occupancy>6</occupancy>
<totalSpaces>4</totalSpaces>
</MultiLotInfoParkingItem>
</multiLotInfoData>
</ParkingLogixData>