Skip to main content

IPagedListOfEventResponse

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 [
  • eventIdstring
    placeIdstring
    startDateTimestring<date-time>
    endDateTimestring<date-time>
    isAllDayboolean
    sourcenull | stringnullable
    namestring
    descriptionnull | stringnullable
    ticketmasterEvents object[]
  • Array [
  • idstring
    eventIdstring
    ticketmasterEventIdstring
  • ]
  • ]
  • 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*)$

    IPagedListOfEventResponse
    {
    "data": [
    {
    "eventId": "string",
    "placeId": "string",
    "startDateTime": "2024-07-29T15:51:28.071Z",
    "endDateTime": "2024-07-29T15:51:28.071Z",
    "isAllDay": true,
    "source": "null",
    "name": "string",
    "description": "null",
    "ticketmasterEvents": "null"
    }
    ],
    "pageCount": 0,
    "totalItemCount": 0,
    "pageNumber": 0,
    "pageSize": 0
    }