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