Preview

CwCompaniesResponse is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

CwCompaniesResponse

Paginated response for ConnectWise companies

This page contains

    Fields

    companies: [CwCompany!]! PREVIEW

    List of companies for the current page

    page: Int!

    Current page number (1-based)

    pageSize: Int!

    Number of results per page

    hasMore: Boolean!

    Whether there are more results available

    Queries for CwCompaniesResponse

    cwCompaniesByStatusAndType PREVIEW

    Fetch ConnectWise companies filtered by status and/or type. Both status and type are optional filters. Returns paginated results with metadata.