PagedResponseOfOffer

Paginated response with cursor-based pagination.

  • data
    Type: array object[] · Offer[]
    required

    The list of data items for this page.

    An offer the investor has received from a broker, plus the investor's response state. Which optional fields are populated depends on the offer's status: pre-response offers expose only the anonymized teaser and response deadline; accepted offers additionally expose the broker's contact card and available capabilities.

    • id
      Type: string
      required

      Unique offer identifier.

    • status
      Type: string
      required

      Offer state: "unanswered", "accepted", "rejected", "expired", "removed", or "closed".

    • uri
      Type: string
      required

      Opaque canonical Propstreet entity URI for deep linking.

    • acceptedUtc
      Type: null | stringFormat: date-time

      When the investor accepted the teaser (UTC).

    • acceptMessage
      Type: null | string

      Free-form message the investor included with their acceptance.

    • broker
      Type: object · OfferBroker nullable

      Broker contact. Populated for accepted and established offers; null otherwise.

    • capabilities
      Type: array string[]

      Capability flags indicating what actions are available for this offer. Possible values: chat (messaging with the broker is available).

    • communicatedUtc
      Type: null | stringFormat: date-time

      When the teaser was first delivered to the investor (UTC).

    • deadlineUtc
      Type: null | stringFormat: date-time

      Deadline for the investor to respond (UTC).

    • teaser
      Type: object · InvestorTeaser nullable

      Anonymized teaser content (asset mix, price/yield/area ranges, zoning, tags).

  • page
    Type: object · PageInfo
    required

    Pagination metadata.

    • hasMore
      Type: boolean
      required

      True if there are more results available after this page.

    • pageSize
      Type: integer | string Pattern: ^-?(?:0|[1-9]\d*)$Format: int32
      required

      Number of items requested per page.

    • nextCursor
      Type: null | string

      Opaque cursor string to fetch the next page of results. Null if there are no more results.