## tags **Type:** GraphQL queries **Description:** Paginated tags with search and hierarchical filters. ### Arguments - type (String) - searchValue (String) - tagIds (String) - parentId (String) - ids (String) - excludeIds (Boolean) - page (Int) - perPage (Int) ### Response **Type:** TagsPaginatedResponse **Description:** undefined #### Fields - data (Tag) - pagination (PaginationInfo) --- ## tagDetail **Type:** GraphQL queries **Description:** Fetch tag details by id. ### Arguments - _id (String) ### Response **Type:** Tag **Description:** Tag used for categorizing entities across the system. #### Fields - _id (String) - name (String) - type (String) - colorCode (String) - createdAt (Date) - objectCount (Int) - totalObjectCount (Int) - parentId (String) - order (String) - relatedIds (String) - childTags (Tag) --- ## tagsQueryCount **Type:** GraphQL queries **Description:** Count tags for a given type/search. ### Arguments - type (String) - searchValue (String) ### Response **Type:** Int --- ## formDetail **Type:** GraphQL queries ### Arguments - _id (String) ### Response **Type:** Form **Description:** undefined #### Fields - _id (String) - name (String) - title (String) - code (String) - type (String) - description (String) - buttonText (String) - createdUserId (String) - createdUser (User) - createdDate (Date) - numberOfPages (Int) - status (String) - googleMapApiKey (String) - fields (Field) - visibility (String) - leadData (JSON) - languageCode (String) - departmentIds (String) - tagIds (String) - tags (Tag) - workspaceId (String) - workspace (Workspace) - integrationId (String) --- ## forms **Type:** GraphQL queries ### Arguments - page (Int) - perPage (Int) - type (String) - tagId (String) - status (String) - searchValue (String) ### Response **Type:** FormsResponse **Description:** undefined #### Fields - data (Form) - pagination (PaginationInfo) --- ## formsTotalCount **Type:** GraphQL queries ### Arguments - type (String) - tagId (String) - status (String) - searchValue (String) ### Response **Type:** FormsTotalCount **Description:** undefined #### Fields - total (Int) - byTag (JSON) - byWorkspace (JSON) - byStatus (JSON) --- ## formSubmissions **Type:** GraphQL queries ### Arguments - tagId (String) - formId (String) - customerId (String) - contentTypeIds (String) - filters (SubmissionFilter): undefined - operator (String) - value (JSON) - formFieldId (String) - page (Int) - perPage (Int) ### Response **Type:** FormSubmissionListResponse **Description:** undefined #### Fields - data (Submission) - pagination (PaginationInfo) --- ## formSubmissionsTotalCount **Type:** GraphQL queries ### Arguments - tagId (String) - formId (String) - customerId (String) - contentTypeIds (String) - filters (SubmissionFilter): undefined - operator (String) - value (JSON) - formFieldId (String) ### Response **Type:** Int --- ## formSubmissionDetail **Type:** GraphQL queries ### Arguments - contentTypeId (String) ### Response **Type:** Submission **Description:** undefined #### Fields - _id (String) - contentTypeId (String) - customerId (String) - customer (Customer) - createdAt (Date) - customFieldsData (JSON) - submissions (FormSubmission) --- ## fieldsGetTypes **Type:** GraphQL queries ### Response **Type:** JSON --- ## fieldsCombinedByContentType **Type:** GraphQL queries ### Arguments - contentType (String) - usageType (String) - excludedNames (String) - segmentId (String) - config (JSON) - onlyDates (Boolean) ### Response **Type:** JSON --- ## fieldsDefaultColumnsConfig **Type:** GraphQL queries ### Arguments - contentType (String) ### Response **Type:** ColumnConfigItem **Description:** undefined #### Fields - name (String) - label (String) - order (Int) --- ## fieldsGroups **Type:** GraphQL queries ### Arguments - contentType (String) - isDefinedByKarzoun (Boolean) - codes (String) - config (JSON) ### Response **Type:** FieldsGroup **Description:** undefined #### Fields - _id (String) - name (String) - contentType (String) - order (Int) - code (String) - parentId (String) - description (String) - isMultiple (Boolean) - isVisible (Boolean) - isVisibleInDetail (Boolean) - alwaysOpen (Boolean) - isDefinedByKarzoun (Boolean) - fields (Field) - lastUpdatedUserId (String) - lastUpdatedUser (User) - config (JSON) - logicAction (String) - logics (Logic) --- ## fieldsGetDetail **Type:** GraphQL queries ### Arguments - _id (String) - code (String) ### Response **Type:** Field **Description:** undefined #### Fields - _id (String) - contentType (String) - contentTypeId (String) - name (String) - isVisible (Boolean) - isVisibleInDetail (Boolean) - canHide (Boolean) - groupId (String) - lastUpdatedUser (User) - lastUpdatedUserId (String) - associatedField (Field) - locationOptions (LocationOption) - objectListConfigs (ObjectListConfig) - optionsValues (String) - subFieldIds (String) - subFields (Field) - products (Product) - logics (Logic) - description (String) - options (String) - type (String) - validation (String) - regexValidation (String) - text (String) - content (String) - isRequired (Boolean) - order (Int) - associatedFieldId (String) - logicAction (String) - column (Int) - pageNumber (Int) - code (String) - searchable (Boolean) - showInCard (Boolean) - isVisibleToCreate (Boolean) - productCategoryId (String) - field (String) - isDefinedByKarzoun (Boolean) --- ## companies **Type:** GraphQL queries **Description:** Fetch paginated companies with filters, segmentation, and conformity context; returns paginated list. ### Arguments - page (Int) - perPage (Int) - tag (String) - ids (String) - excludeIds (Boolean) - searchValue (String) - autoCompletion (Boolean) - autoCompletionType (String) - sortField (String) - sortDirection (SortDirection): undefined - dateFilters (String) - conformityMainType (String) - conformityMainTypeId (String) - conformityRelType (String) - conformityIsRelated (Boolean) - conformityIsSaved (Boolean) ### Response **Type:** CompaniesListResponse **Description:** Paginated company list response. #### Fields - data (Company) - pagination (PaginationInfo) --- ## companyCounts **Type:** GraphQL queries **Description:** Return counts for companies matching the supplied filters (optionally scoped by "only"). ### Arguments - page (Int) - perPage (Int) - tag (String) - ids (String) - excludeIds (Boolean) - searchValue (String) - autoCompletion (Boolean) - autoCompletionType (String) - sortField (String) - sortDirection (SortDirection): undefined - dateFilters (String) - conformityMainType (String) - conformityMainTypeId (String) - conformityRelType (String) - conformityIsRelated (Boolean) - conformityIsSaved (Boolean) - only (String) ### Response **Type:** JSON --- ## companyDetail **Type:** GraphQL queries **Description:** Load detailed company data by id including contacts, owners, and tags. ### Arguments - _id (String) ### Response **Type:** Company **Description:** Company (account) entity that aggregates contacts, contact details, and CRM metadata. #### Fields - createdAt (Date) - modifiedAt (Date) - avatar (String) - size (Int) - website (String) - industry (String) - plan (String) - parentCompanyId (String) - ownerId (String) - mergedIds (String) - names (String) - primaryName (String) - emails (String) - primaryEmail (String) - phones (String) - primaryPhone (String) - primaryAddress (JSON) - addresses (JSON) - businessType (String) - description (String) - isSubscribed (String) - links (JSON) - owner (User) - parentCompany (Company) - tagIds (String) - customFieldsData (JSON) - customFieldsDataByFieldCode (JSON) - customers (Customer) - getTags (Tag) - code (String) - location (String) - score (Float) - _id (String) --- ## customers **Type:** GraphQL queries **Description:** Fetch paginated customers with filtering, segmentation, and conformity context; returns paginated list. ### Arguments - page (Int) - perPage (Int) - segmentV2Id (String) - type (String) - tag (String) - ids (String) - excludeIds (Boolean) - searchValue (String) - autoCompletion (Boolean) - autoCompletionType (String) - integration (String) - form (String) - startDate (String) - endDate (String) - leadStatus (String) - sortField (String) - sortDirection (SortDirection): undefined - sex (Int) - birthDate (Date) - dateFilters (String) - emailValidationStatus (String) - conformityMainType (String) - conformityMainTypeId (String) - conformityRelType (String) - conformityIsRelated (Boolean) - conformityIsSaved (Boolean) ### Response **Type:** CustomersListResponse **Description:** Paginated customers response. #### Fields - data (Customer) - pagination (PaginationInfo) --- ## customerCounts **Type:** GraphQL queries **Description:** Return aggregated counts for customers matching filters (optionally scoped by "only" or source). ### Arguments - page (Int) - perPage (Int) - segmentV2Id (String) - type (String) - tag (String) - ids (String) - excludeIds (Boolean) - searchValue (String) - autoCompletion (Boolean) - autoCompletionType (String) - integration (String) - form (String) - startDate (String) - endDate (String) - leadStatus (String) - sortField (String) - sortDirection (SortDirection): undefined - sex (Int) - birthDate (Date) - dateFilters (String) - emailValidationStatus (String) - conformityMainType (String) - conformityMainTypeId (String) - conformityRelType (String) - conformityIsRelated (Boolean) - conformityIsSaved (Boolean) - only (String) - source (String) ### Response **Type:** JSON --- ## customerDetail **Type:** GraphQL queries **Description:** Load a customer by id with full profile, ownership, tags, and integration info. ### Arguments - _id (String) ### Response **Type:** Customer **Description:** Customer/contact entity capturing personal details, subscription status, and engagement metadata. #### Fields - state (String) - createdAt (Date) - modifiedAt (Date) - avatar (String) - integrationId (String) - firstName (String) - lastName (String) - birthDate (Date) - sex (Int) - email (String) - primaryEmail (String) - emails (String) - primaryPhone (String) - phones (String) - primaryAddress (JSON) - addresses (JSON) - phone (String) - tagIds (String) - customFieldsData (JSON) - customFieldsDataByFieldCode (JSON) - ownerId (String) - leadStatus (String) - leadStageHistory (LeadStageHistoryEntry) - description (String) - isSubscribed (String) - code (String) - emailValidationStatus (String) - phoneValidationStatus (String) - links (JSON) - companies (Company) - getTags (Tag) - integration (Integration) - owner (User) - score (Float) - segmentsV2 (CustomerSegmentV2Membership): Active segments-v2 memberships for this customer (active version only). - _id (String) - conversations (Conversation)