PagedResponseOfCompanyForContact

Paginated response with cursor-based pagination.

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

    The list of data items for this page.

    A company linked to a contact, with relationship metadata. Used by GET /contacts/{id}/companies sub-resource endpoint.

    • createdUtc
      Type: stringFormat: date-time
      required

      When the link was created (UTC).

    • id
      Type: string
      required

      Company ID.

    • linkId
      Type: string
      required

      Link ID (the contact-company relationship ID).

    • name
      Type: string
      required

      Company name.

    • updatedUtc
      Type: stringFormat: date-time
      required

      When the link was last updated (UTC).

    • domain
      Type: null | string

      Company domain.

    • isPrimary
      Type: boolean

      Whether this is the contact's primary company.

    • jobTitle
      Type: null | string

      Job title at this company.

    • uri
      Type: null | string

      Opaque canonical Propstreet entity URI for deep linking.

  • 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.