Preview

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

cwCompaniesByStatusAndType

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

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER_READ

    ROLE_RESELLER

    ROLE_RESELLER_MANAGER

    Arguments

    connectorType PsaConnectorType PREVIEW

    Connector type with which company lookup is associated. Default value is CONNECT_WISE

    mor PsaMorInput! PREVIEW

    Merchant of record for which company lookup is done

    status String

    Company status to filter by (e.g., Active, Inactive)

    type String

    Company type to filter by

    page Int

    Page number (1-based). Default is 1

    pageSize Int

    Number of results per page. Default is 100, max is 1000

    Return Fields

    CwCompaniesResponse! PREVIEW

    Paginated response for ConnectWise companies

    Interactive example

    This is an example query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.