Capital Connector

Content Type: Module
Categories: Connectors

Overview

Capital Connector provides a convenient way to connect your Mendix apps to the Siemens Capital REST Integration Server.

Access key operations for Projects, Designs, SBOMs, and more—all wrapped in handy microflows for quick, custom integration.

Please refer to documentation on Mendix docs.

Documentation

Please refer to Mendix documentation

 

 

Releases

Version: 2512.0.0
Framework Version: 10.24.8
Release Notes:

New Features

This version of the Capital Connector is fully compatible with Mendix 11.

  • Utils
    •  Added Operation "Get project id for Capital object" to extract the project ID from a Capital object's link attribute, useful for retrieving the parent project context.
    • Added operation "String response to file" to change a string to a FileDocument. 
  • Parts
    • Added operation "Get Parts" to retrieve parts and optional children.
    • Added operation "Get Part by id" to retrieve a part by ID.
  • Product plans
    •  Added operation "Get Product plans for project" to retrieve all product plans associated with a specific project.
    • Added operation "Get Product plan by id" to export a specific product plan by Plan ID, returning the plan data as XML.
    • Added operation "Get associated designs for Product plan" to retrieve all designs linked to a specified product plan.
    • Added operation "Add or update Product plans" to import product plans from XML files into a project. Supports both creating new plans and overwriting existing plans with the same name.
    • Added operation "Delete Product plan" to remove a product plan from a project by Plan ID.
  • Options
    • Added Operation "Get Options" to export project options as XML for reuse in other projects, useful for project template creation and options backup.
    • Added Operation "Add or update Options" to import options from XML file into the specified project.
  • Attached data project
    • Added operation "Delete Attached data by id for project" to delete project-level attached data by providing id.
    • Added operation "Delete Attached data by type and key for project" to delete project-level attached data by providing type and key.
    • Added operation "Get Attached data by id for project" to get the specified attached data information on a project.
    • Added operation "Get Attached data content by type and key for project" to get attached data content for a specific project by type and key filters.
    • Added Operation "Get Attached data for project" to retrieve attached data (files, documents, metadata) for a specific project with support for filtering by Type and Key attributes.
    • Added operation "Get Attached data content by id for project" to get content for an attached data entry specific to a project.
    • Added operation "Post Attached data for project" to create attached data for a specific project.
    • Added operation "Update Attached data for project" to update attached data for a project.
  • Designs
    • Add operation "Patch Designs" to bulk update designs.
    • Add operation "Post get Designs modified after a date" for retrieving designs modified after a specific date.
    • Add operation "Post Designs return non-existing" that accepts a list of design ID's and returns a list of non-existent design IDs.
  • Attached data design
    • Add operation "Delete Attached data by type and key for design" to delete (design) attached data by type and key.
    • Add operation "Delete Attached data by id for design" to delete specified attached data from a design.
    • Add operation "Get Attached data content by type and key for design" to get all attached data entries for a design.
    • Add operation "Get Attached data for design" to get attached data content for a design by type and key filter.
    • Add operation "Get Attached data by id for design" to get attached data metadata for a design by providing the attached data id.
    • Add operation "Get Attached data content by id for design" to get file content for attached data on a design.
    • Add operation "Update Attached data for design" to update attached data for a design.
    • Add operation "Post Attached data for design" to create attached data for design.
  • Attached data build list
    • Added operation "Post Attached data for build list" Implement operation to attach data to a build list.
    • Added operation "Get Attached data content by type and key for build list" to search attached data information for a build list by type and key.
    • Added operation "Get Attached data content by id for build list" for retrieving the content of an attached data set for a build list.
    • Added operation "Get Attached data for build list" to get specified attached data information on a build list.
    • Added operation "Get Attached data by id for build list" to retrieve the content for a specified attached data entry for a build list.
    • Added operation "Delete Attached data by id for build list" to delete attached data operation for build list.
    • Added operation "Delete Attached data by type and key for build list" to browse and delete attached data sets by type and key for a build list
    • Added operation "Update Attached data for build list" to update an attached data entry for a specific build list.

 

Breaking changes

  •  DELETE_Task now returns a boolean instead of the response body, or throws an error when the operation fails.
  • Change attribute for Metadata/ModifiedTime from integer to long.

 

Fixes

  •  Updated Jackson Databind & Jackson Core to version 2.21.2.

 

 

 

Version: 1.1.0
Framework Version: 10.24.3
Release Notes:

Release 1.1.0

(original publication 2 December 2025, republished to include OSS license information)

 

Filtering

  • Date/time filtering support.
  • Integer field filtering support.
  • String field filtering support (e.g., equals/contains/starts-with).
  • Double/float field filtering support.
  • Boolean field filtering support.

 

Tasks

  • Retrieve the full list of tasks.
  • Submit (create) a new task.
  • Delete an existing task.
  • Retrieve a specific task, including its executions.
  • Retrieve a parameters file for a given task.
  • Retrieve all attachments for a task.
  • Retrieve execution logs for a task.

 

Reports

  • Retrieve BuildLists for a project.
  • Retrieve all reports for a design or a buildList.
  • Retrieve specific reports for a design or a BuildList.

 

Library

  • Retrieve: insulation thicknesses, wire pitches, wire specs.

 

Bug fixes

  • Fix non-descriptive error when Authentication Base URL is missing.
Version: 1.0.0
Framework Version: 10.24.3
Release Notes: Initial Release