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
ID of the configuration
Request headers
OAuth access token with itwin-platform
scope
Setting to application/vnd.bentley.itwin-platform.v1+json
is recommended.
Response 200 OK
Deletes the configuration for the given ID and returns it.
{ "configuration": { "id": "00000000-0000-0000-0000-000000000000", "transformName": "Transformation name", "comment": "comment", "createdDateTime": "2021-08-02T14:51:33.6133333Z", "modifiedDateTime": "2021-08-02T14:51:33.6133333Z", "transformType": "FilterByViewDefinition", "transformParameters": { "models": ["0x20000001201"], "categories": ["0x20000001201"], "neverDrawn": ["0x20000001201"], "alwaysDrawn": ["0x20000001201"], "isAlwaysDrawnExclusive": true, "subCategoryOvr": [{ "invisible": true, "subCategory": "0x20000001201" }], "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": "0x20000001202", "categoryId": "0x20000001203", "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.
{ "error": { "code": "HeaderNotFound", "message": "Header Authorization was not found in the request. Access denied." } }
Response 403 Forbidden
User has insufficient permissions.
{ "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.
{ "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.
{ "error": { "code": "RateLimitExceeded", "message": "The client sent more requests than allowed by this API for the current tier of the client." } }
Response headers
Number of seconds to wait until client is allowed to make more requests.
View mode
{ "enum": [ "IncludeNewContent", "FilterContent" ], "type": "string", "title": "View mode" }
Combine Physical Models configuration
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
Combine physical models configuration transform parameters.
{ "type": "object", "title": "Combine Physical Models configuration", "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Combine physical models configuration transform parameters.", "$ref": "#/components/schemas/TParams_CombinePhysicalModels" }, "_links": { "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
Filter by view definition configuration properties
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
Filter by view definition configuration transform parameters.
{ "type": "object", "title": "Filter by view definition configuration properties", "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Filter by view definition configuration transform parameters.", "$ref": "#/components/schemas/TParams_FilterByViewDefinition" }, "_links": { "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
Filter sub categories configuration properties
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
Filter sub categories configuration transform parameters.
{ "type": "object", "title": "Filter sub categories configuration properties", "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Filter sub categories configuration transform parameters.", "$ref": "#/components/schemas/TParams_FilterSubCategories" }, "_links": { "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
Combine Physical Models configuration properties
{ "type": "object", "title": "Combine Physical Models configuration properties", "properties": { "numberOfModels": { "type": "integer" }, "simplifyGeometry": { "type": "boolean" } }, "additionalProperties": false }
Filter sub categories properties
{ "title": "Filter sub categories properties", "type": "object", "properties": { "subCategoryNames": { "type": "array", "items": { "type": "string" } } }, "additionalProperties": false }
TParams_FilterByViewDefinition_ClipData
{ "type": "object", "properties": { "shapes": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_ClipData_ShapeData" } }, "planes": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_ClipData_PlaneData" } } }, "additionalProperties": false }
Filter by view definition properties
{ "type": "object", "title": "Filter by view definition properties", "properties": { "models": { "type": "array", "items": { "type": "string" } }, "hiddenModels": { "type": "array", "items": { "type": "string" } }, "categories": { "type": "array", "items": { "type": "string" } }, "hiddenCategories": { "type": "array", "items": { "type": "string" } }, "neverDrawn": { "type": "array", "items": { "type": "string" } }, "alwaysDrawn": { "type": "array", "items": { "type": "string" } }, "isAlwaysDrawnExclusive": { "type": "boolean" }, "subCategoryOvr": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_SubCategoryOvr" } }, "clip": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_ClipData" }, "perModelCategoryVisibility": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_PerModelCategoryVisibility" } }, "viewMode": { "$ref": "#/components/schemas/ViewMode" } }, "required": [ "models", "categories" ], "additionalProperties": false }
Filter by view definition per model category visibility properties
{ "type": "object", "title": "Filter by view definition per model category visibility properties", "properties": { "modelId": { "type": "string" }, "categoryId": { "type": "string" }, "visible": { "type": "boolean" } }, "required": [ "modelId", "categoryId", "visible" ], "additionalProperties": false }
Filter by view definition sub category override properties
{ "type": "object", "title": "Filter by view definition sub category override properties", "properties": { "invisible": { "type": "boolean" }, "subCategory": { "type": "string" } }, "required": [ "subCategory" ], "additionalProperties": false }
TParams_FilterByViewDefinition_ClipData_ShapeData
{ "type": "object", "properties": { "points": { "type": "array", "items": { "type": "array", "items": { "type": "integer" } } }, "trans": { "type": "array", "items": { "type": "array", "items": { "type": "integer" } } }, "zlow": { "type": "integer" }, "zhigh": { "type": "integer" }, "mask": { "type": "boolean" }, "invisible": { "type": "boolean" } }, "additionalProperties": false }
TParams_FilterByViewDefinition_ClipData_PlaneData
{ "type": "object", "properties": { "invisible": { "type": "boolean" }, "clips": { "type": "array", "items": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_FilterByViewDefinition_ClipData_PlaneData_PlaneClip" } } } }, "additionalProperties": false }
Filter iModel configuration
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Filter iModel configuration", "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Filter iModel configuration transform parameters.", "$ref": "#/components/schemas/TParams_FilterIModel" }, "_links": { "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
Filter iModel configuration properties
{ "type": "object", "title": "Filter iModel configuration properties", "properties": { "ecSql": { "type": "string" }, "inclusive": { "type": "boolean" }, "includeChildren": { "type": "boolean" } }, "required": [ "ecSql" ], "additionalProperties": false }
Combine iModels configuration properties
{ "type": "object", "title": "Combine iModels configuration properties", "properties": { "iModels": { "type": "array", "items": { "$ref": "#/components/schemas/TParams_CombineIModels_IModel" } } }, "required": [ "iModels" ], "additionalProperties": false }
Combine iModels configuration
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Combine iModels configuration", "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Group and map configuration transform parameters.", "$ref": "#/components/schemas/TParams_CombineIModels" }, "_links": { "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
TParams_CombineIModels_IModel_Links
{ "type": "object", "properties": { "iModel": { "$ref": "#/components/schemas/Link" }, "project": { "$ref": "#/components/schemas/Link" } }, "required": [ "project", "iModel" ], "additionalProperties": false }
TParams_CombineIModels_IModel
{ "type": "object", "properties": { "_links": { "$ref": "#/components/schemas/TParams_CombineIModels_IModel_Links" } }, "required": [ "_links" ], "additionalProperties": false }
Group and map configuration properties
Configuration data.
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Group and map configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformParameters", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Group and map configuration transform parameters.", "$ref": "#/components/schemas/TParams_GroupAndMap_Returned" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false, "description": "Configuration data." }
Group and map created configuration transformation parameters
Array of EC schemas that will be added to target iModel after transformation.
{ "type": "object", "title": "Group and map created configuration transformation parameters", "required": [ "_links" ], "properties": { "_links": { "description": "Link to a mapping.", "$ref": "#/components/schemas/TParams_GroupAndMap_Mapping" }, "groupOverrides": { "type": "array", "description": "Array of a group override object.", "items": { "$ref": "#/components/schemas/TParams_GroupAndMap_GroupOverride_Returned" } }, "additionalEcSchemas": { "type": "array", "description": "Array of EC schemas that will be added to target iModel after transformation.", "items": { "$ref": "#/components/schemas/TParams_Common_ECSchemaDefinition" } } }, "additionalProperties": false }
Link to a mapping
{ "type": "object", "title": "Link to a mapping", "required": [ "mapping" ], "properties": { "mapping": { "description": "Link to a mapping.", "$ref": "#/components/schemas/Link" } }, "additionalProperties": false }
Link to a group
{ "type": "object", "title": "Link to a group", "required": [ "group" ], "properties": { "group": { "description": "Link to a group.", "$ref": "#/components/schemas/Link" } }, "additionalProperties": false }
Combine physical models v2 configuration
Indicates if unselected models must be grouped
Name of unselected models group. Must be specified if groupUnselectedModels is set to true.
optional parameter indicating if geometry simplification should be used (transforming parasolids to meshes). Default if not specified - false.
{ "type": "object", "title": "Combine physical models v2 configuration", "properties": { "modelGroups": { "type": "array", "description": "Array of model groups", "items": { "$ref": "#/components/schemas/TParams_CombinePhysicalModelsV2_GroupUnselectedModels" } }, "groupUnselectedModels": { "type": "boolean", "description": "Indicates if unselected models must be grouped" }, "unselectedModelsGroupName": { "type": "string", "description": "Name of unselected models group. Must be specified if groupUnselectedModels is set to true." }, "simplifyGeometry": { "type": "boolean", "description": "optional parameter indicating if geometry simplification should be used (transforming parasolids to meshes). Default if not specified - false." } }, "required": [ "modelGroups" ], "additionalProperties": false }
Group unselected models properties
Name for grouped models
Query for grouping models
{ "type": "object", "title": "Group unselected models properties", "properties": { "targetModelName": { "type": "string", "description": "Name for grouped models" }, "sourceModelQuery": { "type": "string", "description": "Query for grouping models" } }, "additionalProperties": false }
Combine physical models v2 configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
Combine physical models v2 configuration transform parameters.
{ "type": "object", "title": "Combine physical models v2 configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformParameters", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Combine physical models v2 configuration transform parameters.", "$ref": "#/components/schemas/TParams_CombinePhysicalModelsV2" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false }
Create fork configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Create fork configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false }
Import iModel configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Import iModel configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "ImportIModel configuration transform parameters.", "$ref": "#/components/schemas/TParams_ImportIModel" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false }
Merge iModel configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Merge iModel configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false }
Populate Federation Guids configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Populate Federation Guids configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "PopulateFederationGuids" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_SingleIModelConfigurationData" } }, "additionalProperties": false }
Merge fork configuration transform parameters links
{ "type": "object", "title": "Merge fork configuration transform parameters links", "properties": { "configuration": { "$ref": "#/components/schemas/Link" } }, "required": [ "configuration" ], "additionalProperties": false }
Merge fork configuration transform parameters
{ "type": "object", "title": "Merge fork configuration transform parameters", "properties": { "_links": { "$ref": "#/components/schemas/TParams_MergeFork_Configuration_Links" } }, "required": [ "_links" ], "additionalProperties": false }
Merge fork configuration properties
ID of the configuration.
User friendly name of the transformation.
Comment for the changeset created after transformation.
Time the configuration was created at.
Time the configuration was last modified at.
Type of the transformation.
{ "type": "object", "title": "Merge fork configuration properties", "required": [ "id", "transformName", "comment", "createdDateTime", "modifiedDateTime", "transformParameters", "transformType", "_links" ], "properties": { "id": { "type": "string", "description": "ID of the configuration.", "example": "00000000-0000-0000-0000-000000000000" }, "transformName": { "type": "string", "description": "User friendly name of the transformation.", "example": "Example name" }, "comment": { "type": "string", "description": "Comment for the changeset created after transformation.", "nullable": true, "example": "Example comment" }, "createdDateTime": { "type": "string", "description": "Time the configuration was created at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "modifiedDateTime": { "type": "string", "description": "Time the configuration was last modified at.", "format": "date-time", "example": "0000-00-00T00:00:00.0000000Z" }, "transformType": { "type": "string", "description": "Type of the transformation.", "example": "FilterIModel" }, "transformParameters": { "description": "Merge fork configuration transform parameters.", "$ref": "#/components/schemas/TParams_MergeFork_Configuration" }, "_links": { "description": "Links to a configuration data.", "$ref": "#/components/schemas/Links_ConfigurationData" } }, "additionalProperties": false }
Configuration
Single configuration
{ "type": "object", "title": "Configuration", "properties": { "configuration": { "description": "Single configuration", "oneOf": [ { "$ref": "#/components/schemas/Configuration_CombineIModels" }, { "$ref": "#/components/schemas/Configuration_CombinePhysicalModels" }, { "$ref": "#/components/schemas/Configuration_FilterByViewDefinition" }, { "$ref": "#/components/schemas/Configuration_FilterIModel" }, { "$ref": "#/components/schemas/Configuration_FilterSubCategories" }, { "$ref": "#/components/schemas/Configuration_GroupAndMap" }, { "$ref": "#/components/schemas/Configuration_MergeFork" }, { "$ref": "#/components/schemas/Configuration_CombinePhysicalModelsV2" }, { "$ref": "#/components/schemas/Configuration_CreateFork" }, { "$ref": "#/components/schemas/Configuration_ImportIModel" }, { "$ref": "#/components/schemas/Configuration_PopulateFederationGuids" }, { "$ref": "#/components/schemas/Configuration_MergeIModel" } ], "nullable": true } }, "additionalProperties": false }
Links
{ "type": "object", "title": "Links", "properties": { "sourceIModel": { "description": "Link to a source iModel.", "$ref": "#/components/schemas/Link" }, "targetIModel": { "description": "Link to a target iModel.", "$ref": "#/components/schemas/Link" }, "sourceProject": { "description": "Link to a source project.", "$ref": "#/components/schemas/Link" }, "targetProject": { "description": "Link to a target project.", "$ref": "#/components/schemas/Link" } }, "additionalProperties": false }
Single iModel Configuration Links
{ "type": "object", "title": "Single iModel Configuration Links", "properties": { "iModel": { "description": "Link to an iModel.", "$ref": "#/components/schemas/Link" }, "project": { "description": "Link to a project.", "$ref": "#/components/schemas/Link" } }, "additionalProperties": false }
Link
Link to a resource.
{ "type": "object", "title": "Link", "properties": { "href": { "type": "string", "description": "Link to a resource." } }, "additionalProperties": false }
EC class definition
EC Schema name
EC Class name
{ "type": "object", "title": "EC class definition", "required": [ "ecSchemaName", "ecClassName" ], "properties": { "ecSchemaName": { "type": "string", "description": "EC Schema name", "example": "BisCore" }, "ecClassName": { "type": "string", "description": "EC Class name", "example": "GraphicalElement3d" } }, "additionalProperties": false }
EC schema definition
EC Schema name
EC Schema version
{ "type": "object", "title": "EC schema definition", "required": [ "ecSchemaName", "ecSchemaVersion" ], "properties": { "ecSchemaName": { "type": "string", "description": "EC Schema name", "example": "BisCore" }, "ecSchemaVersion": { "type": "string", "description": "EC Schema version", "example": "01.00.14" } }, "additionalProperties": false }
Returned group override properties
{ "type": "object", "title": "Returned group override properties", "required": [ "_links", "baseClass" ], "properties": { "_links": { "description": "Link to a group.", "$ref": "#/components/schemas/TParams_GroupAndMap_Group" }, "baseClass": { "description": "Base class object.", "$ref": "#/components/schemas/TParams_Common_ECClassDefinition" } }, "additionalProperties": false }
ImportIModel configuration properties
{ "type": "object", "title": "ImportIModel configuration properties", "properties": { "fedGuidsOfRepositoriesToExport": { "type": "array", "maxItems": 1, "items": { "type": "string" } } }, "additionalProperties": false }
Error
Contains error information.
One of a server-defined set of error codes.
A human-readable representation of the error.
The target of the error.
{ "type": "object", "description": "Contains error information.", "properties": { "code": { "type": "string", "description": "One of a server-defined set of error codes." }, "message": { "type": "string", "description": "A human-readable representation of the error." }, "target": { "type": "string", "description": "The target of the error.", "nullable": true } }, "required": [ "code", "message" ], "additionalProperties": true }
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.
{ "type": "object", "title": "Error Response", "description": "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.", "properties": { "error": { "description": "Error information.", "$ref": "#/components/schemas/Error" } }, "required": [ "error" ], "additionalProperties": false }
Was this page helpful?