Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The Capital connector is licensed under the [Apache V2.0 License](https://www.ap

### Prerequisites

* Studio Pro version 10.24.3 or above
* Studio Pro version 10.24.8 or above
* A Capital instance, with licensed Capital Integration Server (CIS) enabled and running

### Dependencies {#dependencies}
Expand Down Expand Up @@ -67,9 +67,13 @@ In the **Filtering** category of the toolbox, you can find microflows that allow

For details on defining a filter, refer to the REST API documentation of your Capital instance. This is available by accessing `{protocol}://{host}:{port}/restapidocs/`.

### Capital object IDs
### Capital Object IDs

Some operations take an object ID as parameter. Many Capital objects have a `BaseID` attribute. For those that do not have this attribute, please use the ID getter microflow available in the toolbox. This takes the link attribute available on the associated metadata object, and returns the ID of the parent object.
Some operations take an object ID as parameter. Many Capital objects have a `BaseID` attribute. For those that do not have this attribute, use the ID getter microflow available in the toolbox. This takes the link attribute available on the associated metadata object, and returns the ID of the parent object.

### Capital Project IDs

The project ID is sometimes required as input for a REST operation. If you do not have the project ID, but you do have a metadata link attribute from a Capital object, you can use the exposed `Get project id for Capital object` microflow.

## Resources

Expand Down