Transformations
Download API definition:
delete https://dev-api.bentley.com/transformations/configurations/{configurationId}

This endpoint is used to delete a configuration entity with a provided configurationId.

Authentication

Requires Authorization header with valid Bearer token for scope itwin-platform.

For more documentation on authorization and how to get access token visit OAUTH2 Authorization page.

Authorization

You must have imodels_write assigned at the target project level and imodels_read assigned at the source project level within related configuration. If permissions at the project level are not configured, then you must have same assigned at the iModel level.

Alternatively, you must be an Organization Administrator for the Organization that owns a given project the iModel belongs to.

An Organization Administrator must have at least one of the following roles assigned in User Management: Account Administrator, Co-Administrator, or CONNECT Services Administrator. For more information about User Management see Bentley Communities Licensing, Cloud, and Web Services wiki page.

Rate limits

All iTwin Platform API operations have a rate limit. For more documentation on that visit Rate limits and quotas page.

Request parameters

Name
Required?
Description
configurationId
Yes

ID of the configuration

Request headers

Name
Required?
Description
Authorization
Yes

OAuth access token with itwin-platform scope

Accept
Yes

Setting to application/vnd.bentley.itwin-platform.v1+json is recommended.

Response 200 OK

Deletes the configuration for the given ID and returns it.

json
{
    "configuration": {
        "id": "00000000-0000-0000-0000-000000000000",
        "transformName": "Transformation name",
        "comment": "comment",
        "createdDateTime": "2021-08-02T14:51:33.6133333+00:00",
        "modifiedDateTime": "2021-08-02T14:51:33.6133333+00:00",
        "transformType": "FilterByViewDefinition",
        "transformParameters": {
            "models": [2199023260161],
            "categories": [2199023260161],
            "neverDrawn": [2199023260161],
            "alwaysDrawn": [2199023260161],
            "isAlwaysDrawnExclusive": true,
            "subCategoryOvr": [{
                "invisible": true,
                "subCategory": 2199023260161
            }],
            "clip": {
                "shapes": [{
                    "points": [
                        [0, 1, 2],
                        [2, 3, 4],
                        [3, 4, 5],
                        [4, 5, 6]
                    ],
                    "trans": [
                        [5, 6, 7, 8],
                        [6, 7, 8, 9],
                        [7, 8, 9, 0]
                    ],
                    "zlow": 1,
                    "zhigh": 2,
                    "mask": true,
                    "invisible": false
                }],
                "planes": [{
                    "invisible": true,
                    "clips": [
                        [{
                            "normal": [0, 1, 2],
                            "dist": 9,
                            "invisible": false,
                            "interior": true
                        }]
                    ]
                }]
            },
            "perModelCategoryVisibility": [{
                "modelId": 2199023260162,
                "categoryId": 2199023260163,
                "visible": true
            }]
        },
        "_links": {
            "sourceIModel": {
                "href": "https://api.bentley.com/imodels/00000000-0000-0000-0000-000000000000"
            },
            "targetIModel": {
                "href": "https://api.bentley.com/imodels/00000000-0000-0000-0000-000000000000"
            },
            "sourceProject": {
                "href": "https://api.bentley.com/itwins/00000000-0000-0000-0000-000000000000"
            },
            "targetProject": {
                "href": "https://api.bentley.com/itwins/00000000-0000-0000-0000-000000000000"
            }
        }
    }
}

Response 401 Unauthorized

This response indicates that request lacks valid authentication credentials. Access token might not been provided, issued by the wrong issuer, does not have required scopes or request headers were malformed.

json
{
    "error": {
        "code": "HeaderNotFound",
        "message": "Header Authorization was not found in the request. Access denied."
    }
}

Response 403 Forbidden

User has insufficient permissions.

json
{
    "error": {
        "code": "InsufficientPermissions",
        "message": "The user has insufficient permissions for the requested operation."
    }
}

Response 404 Not Found

Configuration with the given ID does not exist.

json
{
    "error": {
        "code": "ConfigurationNotFound",
        "message": "Requested Configuration is not available."
    }
}

Response 429 Too many requests

This response indicates that the client sent more requests than allowed by this API for the current tier of the client.

json
{
    "error": {
        "code": "RateLimitExceeded",
        "message": "The client sent more requests than allowed by this API for the current tier of the client."
    }
}

Response headers

Name
Description
retry-after

Number of seconds to wait until client is allowed to make more requests.

Link

Name
Type
Description
href
String

Link to a resource.

Error

Contains error information.

Name
Type
Description
code
String

One of a server-defined set of error codes.

target
String, null

The target of the error.

message
String

A human-readable representation of the error.

View mode

Specifies saved view mode. 'FilterContent' filters out all new content that was introduced into the iModel after the view was created. 'IncludeNewContent' includes all new content that was introduced into the iModel after the view was created.

Name
Type
Description
IncludeNewContent
String
FilterContent
String

Error Response

Gives details for an error that occurred while handling the request. Note that clients MUST NOT assume that every failed request will produce an object of this schema, or that all of the properties in the response will be non-null, as the error may have prevented this response from being constructed.

Name
Type
Description
error

Error information.

Saved view link

Name
Type
Description
savedView

Configuration

Filter iModel configuration properties

Name
Type
Description
ecSql
String
inclusive
Boolean
includeChildren
Boolean

ImportIModel configuration properties

Name
Type
Description
fedGuidsOfRepositoriesToExport
String[]

Combine iModels configuration properties

Name
Type
Description

Merge fork configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Links

Name
Type
Description
sourceIModel
targetIModel
sourceProject
targetProject

Create fork configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Merge iModel configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Filter by saved view configuration properties

Name
Type
Description

Filter iModel configuration

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

transformParameters

Import iModel configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

transformParameters

Filter sub categories properties

Name
Type
Description
subCategoryNames
String[]

Combine iModels configuration

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

transformParameters

TParams_CombineIModels_IModel

Name
Type
Description

Combine Physical Models configuration properties

Name
Type
Description
numberOfModels
Integer
simplifyGeometry
Boolean

Filter by view definition properties

Name
Type
Description
models
String[]
viewMode
categories
String[]
neverDrawn
String[]
alwaysDrawn
String[]
hiddenModels
String[]
hiddenCategories
String[]
isAlwaysDrawnExclusive
Boolean

Filter by saved view configuration properties

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

transformParameters

Combine physical models v2 configuration

Name
Type
Description
simplifyGeometry
Boolean

optional parameter indicating if geometry simplification should be used (transforming parasolids to meshes). Default if not specified - false.

groupUnselectedModels
Boolean

Indicates if unselected models must be grouped

unselectedModelsGroupName
String

Name of unselected models group. Must be specified if groupUnselectedModels is set to true.

Merge fork configuration transform parameters

Name
Type
Description

Filter sub categories configuration properties

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

transformParameters

Combine Physical Models configuration

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Single iModel Configuration Links

Name
Type
Description
iModel
project

TParams_CombineIModels_IModel_Links

Name
Type
Description
iModel
project

Filter by view definition configuration properties

Configuration data.

Name
Type
Description
id
String

ID of the configuration.

comment
String

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Combine physical models v2 configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Populate Federation Guids configuration properties

Name
Type
Description
id
String

ID of the configuration.

comment
String, null

Comment for the changeset created after transformation.

transformName
String

User friendly name of the transformation.

transformType
String

Type of the transformation.

createdDateTime
Date-time

Time the configuration was created at.

modifiedDateTime
Date-time

Time the configuration was last modified at.

Merge fork configuration transform parameters links

Name
Type
Description
configuration

TParams_FilterByViewDefinition_ClipData

Filter by view definition sub category override properties

Name
Type
Description
invisible
Boolean
subCategory
String

TParams_FilterByViewDefinition_ClipData_PlaneData

Name
Type
Description
clips
Array[]
invisible
Boolean

TParams_FilterByViewDefinition_ClipData_ShapeData

Name
Type
Description
mask
Boolean
zlow
Integer
trans
Array[]
zhigh
Integer
points
Array[]
invisible
Boolean

Group unselected models properties

Name
Type
Description
targetModelName
String

Name for grouped models

sourceModelQuery
String

Query for grouping models

Filter by view definition per model category visibility properties

Name
Type
Description
modelId
String
visible
Boolean
categoryId
String

Was this page helpful?