Skip to main content

IPagedListOfPlaceResponse

Represents a subset of a collection of objects that can be individually accessed by index and containing metadata about the superset collection of objects this subset was created from.

data object[]
  • Array [
  • idstringrequired
    namestringrequired
    descriptionnull | stringnullable
    photos object[]

    Information (including references) about photos of this place. A maximum of 10 photos can be returned.

  • Array [
  • widthPxinteger,string<int32>required

    The maximum available width, in pixels.

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    heightPxinteger,string<int32>required

    The maximum available height, in pixels.

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    uristring<uri>required

    A link to show the photo.

  • ]
  • address object
    oneOf
    null
    latLng object
    latitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    longitudenumber,string<double>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)(?:\.\d+)?$

    typestringrequired

    Possible values: [Parking, Default]

    features object[]
  • Array [
  • codenull | stringnullable
    isAvailablenull | booleannullable
  • ]
  • timeZonestring
    operatingHours object
    oneOf
    null
    codestring
    branchNumbernull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    lotIdnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    fullLotIdnull | stringnullable
    barrierboolean
    isHangTagboolean
    isLongTermboolean
    openToPublicboolean
    isActiveboolean
    maxVehicleHeightnull,integer,string<int32>nullable

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

  • ]
  • pageCountinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    totalItemCountinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    pageNumberinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    pageSizeinteger,string<int32>

    Possible values: Value must match regular expression ^-?(?:0|[1-9]\d*)$

    IPagedListOfPlaceResponse
    {
    "data": [
    {
    "id": "string",
    "name": "string",
    "description": "null",
    "photos": [
    {
    "widthPx": 0,
    "heightPx": 0,
    "uri": "string"
    }
    ],
    "address": "null",
    "latLng": {
    "latitude": 0,
    "longitude": 0
    },
    "features": [
    {
    "code": "null",
    "isAvailable": "null"
    }
    ],
    "timeZone": "string",
    "operatingHours": "null",
    "code": "string",
    "branchNumber": "null",
    "lotId": "null",
    "fullLotId": "null",
    "barrier": true,
    "isHangTag": true,
    "isLongTerm": true,
    "openToPublic": true,
    "isActive": true,
    "maxVehicleHeight": "null"
    }
    ],
    "pageCount": 0,
    "totalItemCount": 0,
    "pageNumber": 0,
    "pageSize": 0
    }