@bimdata/bimdata-api-client

BIMData API is a tool to interact with your models stored on BIMDatas servers. Through the API you can manage your projects the clouds upload your IFC files and manage them through endpoints

Usage no npm install needed!

<script type="module">
  import bimdataBimdataApiClient from 'https://cdn.skypack.dev/@bimdata/bimdata-api-client';
</script>

README

@bimdata/bimdata-api-client

bimdata - JavaScript client for @bimdata/bimdata-api-client BIMData API is a tool to interact with your models stored on BIMData’s servers. Through the API, you can manage your projects, the clouds, upload your IFC files and manage them through endpoints. This SDK is automatically generated by the OpenAPI Generator project:

  • API version: v1
  • Package version: 0.0.0
  • Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

Installation

For Node.js

npm

To publish the library as a npm, please follow the procedure in "Publishing npm packages".

Then install it via:

npm install @bimdata/bimdata-api-client --save

Finally, you need to build the module:

npm run build
Local development

To use the library locally without publishing to a remote npm registry, first install the dependencies by changing into the directory containing package.json (and this README). Let's call this JAVASCRIPT_CLIENT_DIR. Then run:

npm install

Next, link it globally in npm with the following, also from JAVASCRIPT_CLIENT_DIR:

npm link

To use the link you just defined in your project, switch to the directory you want to use your @bimdata/bimdata-api-client from, and run:

npm link /path/to/<JAVASCRIPT_CLIENT_DIR>

Finally, you need to build the module:

npm run build

git

If the library is hosted at a git repository, e.g.https://github.com/GIT_USER_ID/GIT_REPO_ID then install it via:

    npm install GIT_USER_ID/GIT_REPO_ID --save

For browser

The library also works in the browser environment via npm and browserify. After following the above steps with Node.js and installing browserify with npm install -g browserify, perform the following (assuming main.js is your entry file):

browserify main.js > bundle.js

Then include bundle.js in the HTML pages.

Webpack Configuration

Using Webpack you may encounter the following error: "Module not found: Error: Cannot resolve module", most certainly you should disable AMD loader. Add/merge the following section to your webpack config:

module: {
  rules: [
    {
      parser: {
        amd: false
      }
    }
  ]
}

Getting Started

Please follow the installation instruction and execute the following JS code:

var bimdata = require('@bimdata/bimdata-api-client');

var defaultClient = bimdata.ApiClient.instance;
// Configure API key authorization: Bearer
var Bearer = defaultClient.authentications['Bearer'];
Bearer.apiKey = "YOUR API KEY"
// Uncomment the following line to set a prefix for the API key, e.g. "Token" (defaults to null)
//Bearer.apiKeyPrefix['Authorization'] = "Token"
// Configure OAuth2 access token for authorization: bimdata_connect
var bimdata_connect = defaultClient.authentications['bimdata_connect'];
bimdata_connect.accessToken = "YOUR ACCESS TOKEN"
// Configure OAuth2 access token for authorization: client_credentials
var client_credentials = defaultClient.authentications['client_credentials'];
client_credentials.accessToken = "YOUR ACCESS TOKEN"

var api = new bimdata.BcfApi()
var projectsPk = "projectsPk_example"; // {String} 
var topicsGuid = "topicsGuid_example"; // {String} 
var data = new bimdata.Comment(); // {Comment} 
api.createComment(projectsPk, topicsGuid, data).then(function(data) {
  console.log('API called successfully. Returned data: ' + data);
}, function(error) {
  console.error(error);
});


Documentation for API Endpoints

All URIs are relative to https://api.bimdata.io

Class Method HTTP request Description
bimdata.BcfApi createComment POST /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments Create a comment
bimdata.BcfApi createExtensionLabel POST /bcf/2.1/projects/{projects_pk}/extension/label Create a Label
bimdata.BcfApi createExtensionPriority POST /bcf/2.1/projects/{projects_pk}/extension/priority Create a Priority
bimdata.BcfApi createExtensionStage POST /bcf/2.1/projects/{projects_pk}/extension/stage Create a Stage
bimdata.BcfApi createExtensionStatus POST /bcf/2.1/projects/{projects_pk}/extension/status Create a TopicStatus
bimdata.BcfApi createExtensionType POST /bcf/2.1/projects/{projects_pk}/extension/type Create a TopicType
bimdata.BcfApi createFullTopic POST /bcf/2.1/projects/{projects_pk}/full-topic Create a Topic with viewpoints and comments
bimdata.BcfApi createTopic POST /bcf/2.1/projects/{projects_pk}/topics Create a topic
bimdata.BcfApi createViewpoint POST /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints Create a Viewpoint
bimdata.BcfApi deleteComment DELETE /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments/{guid} Delete a comment
bimdata.BcfApi deleteExtensionLabel DELETE /bcf/2.1/projects/{projects_pk}/extension/label/{id} Delete a Label
bimdata.BcfApi deleteExtensionPriority DELETE /bcf/2.1/projects/{projects_pk}/extension/priority/{id} Delete a Priority
bimdata.BcfApi deleteExtensionStage DELETE /bcf/2.1/projects/{projects_pk}/extension/stage/{id} Delete a Stage
bimdata.BcfApi deleteExtensionStatus DELETE /bcf/2.1/projects/{projects_pk}/extension/status/{id} Delete a TopicStatus
bimdata.BcfApi deleteExtensionType DELETE /bcf/2.1/projects/{projects_pk}/extension/type/{id} Delete a TopicType
bimdata.BcfApi deleteTopic DELETE /bcf/2.1/projects/{projects_pk}/topics/{guid} Delete a topic
bimdata.BcfApi deleteViewpoint DELETE /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid} Delete a Viewpoint
bimdata.BcfApi downloadBcfExport GET /bcf/2.1/projects/{id}/export Export project's topics in bcf-xml format
bimdata.BcfApi fullUpdateBcfProject PUT /bcf/2.1/projects/{id} Update all fields of a BCF project
bimdata.BcfApi fullUpdateComment PUT /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments/{guid} Update all fields of a comment
bimdata.BcfApi fullUpdateFullTopic PUT /bcf/2.1/projects/{projects_pk}/full-topic/{guid} Update all fields of a topic
bimdata.BcfApi fullUpdateTopic PUT /bcf/2.1/projects/{projects_pk}/topics/{guid} Update all fields of a topic
bimdata.BcfApi fullUpdateViewpoint PUT /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid} Update all fields of a Viewpoint
bimdata.BcfApi getBcfProject GET /bcf/2.1/projects/{id} Retrieve a BCF project
bimdata.BcfApi getBcfProjects GET /bcf/2.1/projects Retrieve all BCF projects
bimdata.BcfApi getColorings GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid}/coloring Retrieve all colorings of a viewpoint
bimdata.BcfApi getComment GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments/{guid} Retrieve a comment
bimdata.BcfApi getComments GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments Retrieve all comments
bimdata.BcfApi getDetailedExtensions GET /bcf/2.1/projects/{id}/detailed-extensions Retrieve project detailed extensions
bimdata.BcfApi getExtensions GET /bcf/2.1/projects/{id}/extensions Retrieve project extensions
bimdata.BcfApi getFullTopic GET /bcf/2.1/projects/{projects_pk}/full-topic/{guid} Retrieve a full topic
bimdata.BcfApi getFullTopics GET /bcf/2.1/projects/{projects_pk}/full-topic Retrieve all full topics
bimdata.BcfApi getSelections GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid}/selection Retrieve all selections of a viewpoint
bimdata.BcfApi getSnapshot GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid}/snapshot Retrieve the viewpoint' snapshot
bimdata.BcfApi getTopic GET /bcf/2.1/projects/{projects_pk}/topics/{guid} Retrieve a topic
bimdata.BcfApi getTopicViewpoints GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/topic-viewpoints Retrieve all viewpoints attached to the topic
bimdata.BcfApi getTopics GET /bcf/2.1/projects/{projects_pk}/topics Retrieve all topics
bimdata.BcfApi getUser GET /bcf/2.1/current-user Get current user info
bimdata.BcfApi getViewpoint GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid} Retrieve a Viewpoint
bimdata.BcfApi getViewpoints GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints Retrieve all Viewpoints of a topic
bimdata.BcfApi getVisibilities GET /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid}/visibility Retrieve all visibilities of a viewpoint
bimdata.BcfApi importBcf POST /bcf/2.1/projects/{id}/import Import bcf-xml format into this project
bimdata.BcfApi updateBcfProject PATCH /bcf/2.1/projects/{id} Update some fields of a BCF project
bimdata.BcfApi updateComment PATCH /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/comments/{guid} Update some fields of a comment
bimdata.BcfApi updateExtensionLabel PATCH /bcf/2.1/projects/{projects_pk}/extension/label/{id} Update a Label
bimdata.BcfApi updateExtensionPriority PATCH /bcf/2.1/projects/{projects_pk}/extension/priority/{id} Update a Priority
bimdata.BcfApi updateExtensionStage PATCH /bcf/2.1/projects/{projects_pk}/extension/stage/{id} Update a Stage
bimdata.BcfApi updateExtensionStatus PATCH /bcf/2.1/projects/{projects_pk}/extension/status/{id} Update a TopicStatus
bimdata.BcfApi updateExtensionType PATCH /bcf/2.1/projects/{projects_pk}/extension/type/{id} Update a TopicType
bimdata.BcfApi updateFullTopic PATCH /bcf/2.1/projects/{projects_pk}/full-topic/{guid} Update some fields of a topic
bimdata.BcfApi updateTopic PATCH /bcf/2.1/projects/{projects_pk}/topics/{guid} Update some fields of a topic
bimdata.BcfApi updateViewpoint PATCH /bcf/2.1/projects/{projects_pk}/topics/{topics_guid}/viewpoints/{guid} Update some fields of a Viewpoint
bimdata.CheckerApi createChecker POST /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker Create a checker to a model
bimdata.CheckerApi createCheckerResult POST /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{checker_pk}/result Create a CheckerResult
bimdata.CheckerApi createCheckplan POST /cloud/{cloud_pk}/project/{project_pk}/checkplan Create a Checkplan
bimdata.CheckerApi createRule POST /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule Create a Rule
bimdata.CheckerApi createRuleComponent POST /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent Create a RuleComponent
bimdata.CheckerApi createRuleset POST /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset Create a Ruleset
bimdata.CheckerApi deleteChecker DELETE /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{id} Delete a checker of a model
bimdata.CheckerApi deleteCheckerResult DELETE /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{checker_pk}/result/{id} Delete a CheckerResult
bimdata.CheckerApi deleteCheckplan DELETE /cloud/{cloud_pk}/project/{project_pk}/checkplan/{id} Delete a Checkplan
bimdata.CheckerApi deleteRule DELETE /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{id} Delete a Rule
bimdata.CheckerApi deleteRuleComponent DELETE /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent/{id} Delete a RuleComponent
bimdata.CheckerApi deleteRuleset DELETE /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{id} Delete a Ruleset
bimdata.CheckerApi getChecker GET /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{id} Retrieve a checker of a model
bimdata.CheckerApi getCheckerResult GET /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{checker_pk}/result/{id} Retrieve one CheckerResult
bimdata.CheckerApi getCheckerResults GET /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{checker_pk}/result Retrieve all CheckerResults
bimdata.CheckerApi getCheckers GET /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker Retrieve all checkers of a model
bimdata.CheckerApi getCheckplan GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{id} Retrieve one Checkplan
bimdata.CheckerApi getCheckplans GET /cloud/{cloud_pk}/project/{project_pk}/checkplan Retrieve all Checkplans
bimdata.CheckerApi getRule GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{id} Retrieve one Rule
bimdata.CheckerApi getRuleComponent GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent/{id} Retrieve one RuleComponent
bimdata.CheckerApi getRuleComponents GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent Retrieve all RuleComponents
bimdata.CheckerApi getRules GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule Retrieve all Rules
bimdata.CheckerApi getRuleset GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{id} Retrieve one Ruleset
bimdata.CheckerApi getRulesets GET /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset Retrieve all Rulesets
bimdata.CheckerApi launchNewCheck POST /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{id}/launch-check Launch a new check on the model
bimdata.CheckerApi updateChecker PATCH /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{id} Update some fields of a checker of a model
bimdata.CheckerApi updateCheckerResult PATCH /cloud/{cloud_pk}/project/{project_pk}/model/{model_pk}/checker/{checker_pk}/result/{id} Update some fields of a CheckerResult
bimdata.CheckerApi updateCheckplan PATCH /cloud/{cloud_pk}/project/{project_pk}/checkplan/{id} Update some fields of a Checkplan
bimdata.CheckerApi updateRule PATCH /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{id} Update some fields of a Rule
bimdata.CheckerApi updateRuleComponent PATCH /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{ruleset_pk}/rule/{rule_pk}/rulecomponent/{id} Update some fields of a RuleComponent
bimdata.CheckerApi updateRuleset PATCH /cloud/{cloud_pk}/project/{project_pk}/checkplan/{check_plan_pk}/ruleset/{id} Update some fields of a Ruleset
bimdata.CollaborationApi acceptValidation POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id}/accept Accept a validation
bimdata.CollaborationApi addGroupMember POST /cloud/{cloud_pk}/project/{project_pk}/group/{group_pk}/member Add a user to a group
bimdata.CollaborationApi cancelCloudUserInvitation DELETE /cloud/{cloud_pk}/invitation/{id} Cancel a pending invitation
bimdata.CollaborationApi cancelProjectUserInvitation DELETE /cloud/{cloud_pk}/project/{project_pk}/invitation/{id} Cancel a pending invitation
bimdata.CollaborationApi checkAccess GET /cloud/{id}/check-access Check app access from cloud
bimdata.CollaborationApi closeVisa POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id}/close Close a visa of a document
bimdata.CollaborationApi createClassification POST /cloud/{cloud_pk}/project/{project_pk}/classification Create a classification
bimdata.CollaborationApi createCloud POST /cloud Create a cloud
bimdata.CollaborationApi createDMSTree POST /cloud/{cloud_pk}/project/{id}/dms-tree Create a complete DMS tree
bimdata.CollaborationApi createDemo POST /cloud/{id}/create-demo Create a Demo project in a cloud
bimdata.CollaborationApi createDocument POST /cloud/{cloud_pk}/project/{project_pk}/document Create a document
bimdata.CollaborationApi createFolder POST /cloud/{cloud_pk}/project/{project_pk}/folder Create a folder
bimdata.CollaborationApi createManageGroup POST /cloud/{cloud_pk}/project/{project_pk}/group Create a group
bimdata.CollaborationApi createProject POST /cloud/{cloud_pk}/project Create a project
bimdata.CollaborationApi createProjectAccessToken POST /cloud/{cloud_pk}/project/{project_pk}/access-token Create a token for this project
bimdata.CollaborationApi createValidation POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation Add a validation to a visa
bimdata.CollaborationApi createVisa POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa Create a visa
bimdata.CollaborationApi createVisaComment POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment Add a comment
bimdata.CollaborationApi deleteClassification DELETE /cloud/{cloud_pk}/project/{project_pk}/classification/{id} Delete a classification
bimdata.CollaborationApi deleteCloud DELETE /cloud/{id} Delete a cloud
bimdata.CollaborationApi deleteCloudUser DELETE /cloud/{cloud_pk}/user/{id} Remove a user from a cloud
bimdata.CollaborationApi deleteDocument DELETE /cloud/{cloud_pk}/project/{project_pk}/document/{id} Delete the document
bimdata.CollaborationApi deleteFolder DELETE /cloud/{cloud_pk}/project/{project_pk}/folder/{id} Delete a folder
bimdata.CollaborationApi deleteGroupMember DELETE /cloud/{cloud_pk}/project/{project_pk}/group/{group_pk}/member/{id} Delete a user from a group
bimdata.CollaborationApi deleteManageGroup DELETE /cloud/{cloud_pk}/project/{project_pk}/group/{id} Delete a group
bimdata.CollaborationApi deleteProject DELETE /cloud/{cloud_pk}/project/{id} Delete a project
bimdata.CollaborationApi deleteProjectAccessToken DELETE /cloud/{cloud_pk}/project/{project_pk}/access-token/{token} Delete a token
bimdata.CollaborationApi deleteProjectUser DELETE /cloud/{cloud_pk}/project/{project_pk}/user/{id} Remove a user from a project
bimdata.CollaborationApi deleteValidation DELETE /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id} Remove a validation
bimdata.CollaborationApi deleteVisa DELETE /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id} Remove a visa
bimdata.CollaborationApi deleteVisaComment DELETE /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment/{id} Remove a comment
bimdata.CollaborationApi denyValidation POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id}/deny Deny a validation
bimdata.CollaborationApi getClassification GET /cloud/{cloud_pk}/project/{project_pk}/classification/{id} Retrieve a classification
bimdata.CollaborationApi getClassifications GET /cloud/{cloud_pk}/project/{project_pk}/classification Retrieve all classifications
bimdata.CollaborationApi getCloud GET /cloud/{id} Retrieve one cloud
bimdata.CollaborationApi getCloudInvitations GET /cloud/{cloud_pk}/invitation Retrieve all pending invitations in the cloud
bimdata.CollaborationApi getCloudSize GET /cloud/{id}/size summary
bimdata.CollaborationApi getCloudUser GET /cloud/{cloud_pk}/user/{id} Retrieve a user in a cloud
bimdata.CollaborationApi getCloudUsers GET /cloud/{cloud_pk}/user Retrieve all users in a cloud, or a list with a filter by email
bimdata.CollaborationApi getClouds GET /cloud Retrieve all clouds
bimdata.CollaborationApi getDocument GET /cloud/{cloud_pk}/project/{project_pk}/document/{id} Retrieve a document
bimdata.CollaborationApi getDocuments GET /cloud/{cloud_pk}/project/{project_pk}/document Retrieve all documents
bimdata.CollaborationApi getFolder GET /cloud/{cloud_pk}/project/{project_pk}/folder/{id} Retrieve a folder
bimdata.CollaborationApi getFolderProjectUsers GET /cloud/{cloud_pk}/project/{project_pk}/folder/{folder_pk}/user Retrieve all users in a project with the permission on the folder
bimdata.CollaborationApi getFolders GET /cloud/{cloud_pk}/project/{project_pk}/folder Retrieve all folders
bimdata.CollaborationApi getGroup GET /cloud/{cloud_pk}/project/{project_pk}/me/group/{id} Retrieve a group
bimdata.CollaborationApi getGroups GET /cloud/{cloud_pk}/project/{project_pk}/me/group Retrieve all groups
bimdata.CollaborationApi getManageGroup GET /cloud/{cloud_pk}/project/{project_pk}/group/{id} Retrieve a group
bimdata.CollaborationApi getManageGroups GET /cloud/{cloud_pk}/project/{project_pk}/group Retrieve all groups
bimdata.CollaborationApi getProject GET /cloud/{cloud_pk}/project/{id} Retrieve a project
bimdata.CollaborationApi getProjectAccessToken GET /cloud/{cloud_pk}/project/{project_pk}/access-token/{token} Retrieve one token created for this project
bimdata.CollaborationApi getProjectAccessTokens GET /cloud/{cloud_pk}/project/{project_pk}/access-token Retrieve all tokens created for this project
bimdata.CollaborationApi getProjectCreatorVisas GET /cloud/{cloud_pk}/project/{project_pk}/me/visa/creator List visas created by user
bimdata.CollaborationApi getProjectDMSTree GET /cloud/{cloud_pk}/project/{id}/dms-tree Retrieve the complete DMS tree
bimdata.CollaborationApi getProjectInvitations GET /cloud/{cloud_pk}/project/{project_pk}/invitation Retrieve all pending invitations in the project
bimdata.CollaborationApi getProjectSize GET /cloud/{cloud_pk}/project/{id}/size Get size of all model files in the project
bimdata.CollaborationApi getProjectSubTree GET /cloud/{cloud_pk}/project/subtree Retrieve the complete projects tree of the cloud
bimdata.CollaborationApi getProjectTree GET /cloud/{cloud_pk}/project/{id}/tree Retrieve the complete DMS tree
bimdata.CollaborationApi getProjectUsers GET /cloud/{cloud_pk}/project/{project_pk}/user Retrieve all users in a project, or a list with a filter by email
bimdata.CollaborationApi getProjectValidatorVisas GET /cloud/{cloud_pk}/project/{project_pk}/me/visa/validator List visas where user is a validator
bimdata.CollaborationApi getProjects GET /cloud/{cloud_pk}/project Retrieve all projects
bimdata.CollaborationApi getSelfProjects GET /user/projects List current user's projects
bimdata.CollaborationApi getSelfUser GET /user Get info about the current user
bimdata.CollaborationApi getValidation GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id} Retrieve a validation to a visa
bimdata.CollaborationApi getValidations GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation List all validations to a visa
bimdata.CollaborationApi getVisa GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id} Retrieve a visa of a document
bimdata.CollaborationApi getVisaComment GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment/{id} Retrieve a comment
bimdata.CollaborationApi getVisaComments GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment List all comment of a visa
bimdata.CollaborationApi getVisas GET /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa List all visas of a document
bimdata.CollaborationApi inviteCloudUser POST /cloud/{cloud_pk}/invitation Invite a cloud administrator
bimdata.CollaborationApi inviteProjectUser POST /cloud/{cloud_pk}/project/{project_pk}/invitation Invite a project member
bimdata.CollaborationApi leaveProject POST /cloud/{cloud_pk}/project/{id}/leave Leave the project
bimdata.CollaborationApi pauseVisa POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id}/pause Pause a visa of a document
bimdata.CollaborationApi resetValidation POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id}/reset Reset a validation
bimdata.CollaborationApi resumeVisa POST /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id}/resume Resume a visa of a document
bimdata.CollaborationApi updateClassification PATCH /cloud/{cloud_pk}/project/{project_pk}/classification/{id} Update some fields of a classification
bimdata.CollaborationApi updateCloud PATCH /cloud/{id} Update some fields of a cloud
bimdata.CollaborationApi updateCloudUser PATCH /cloud/{cloud_pk}/user/{id} Update some fields of a cloud user
bimdata.CollaborationApi updateDocument PATCH /cloud/{cloud_pk}/project/{project_pk}/document/{id} Update some fields of the document
bimdata.CollaborationApi updateFolder PATCH /cloud/{cloud_pk}/project/{project_pk}/folder/{id} Update some fields of a folder
bimdata.CollaborationApi updateGroupFolder PATCH /cloud/{cloud_pk}/project/{project_pk}/folder/{folder_pk}/group/{id} Update the permission of a group on a folder
bimdata.CollaborationApi updateManageGroup PATCH /cloud/{cloud_pk}/project/{project_pk}/group/{id} Update some fields of a group
bimdata.CollaborationApi updateProject PATCH /cloud/{cloud_pk}/project/{id} Update some fields of a project
bimdata.CollaborationApi updateProjectAccessToken PATCH /cloud/{cloud_pk}/project/{project_pk}/access-token/{token} Update some fields of a token
bimdata.CollaborationApi updateProjectUser PATCH /cloud/{cloud_pk}/project/{project_pk}/user/{id} Change the user role in the cloud
bimdata.CollaborationApi updateValidation PATCH /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/validation/{id} Update the validator of validation
bimdata.CollaborationApi updateVisa PATCH /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{id} Update some fields of a visa
bimdata.CollaborationApi updateVisaComment PATCH /cloud/{cloud_pk}/project/{project_pk}/document/{document_pk}/visa/{visa_pk}/comment/{id} Update some fields of a comment
bimdata.IfcApi addIfcErrorsDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/errors Add errors to model
bimdata.IfcApi bulkDeleteIfcClassificationsDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/list_destroy Remove all classifications from model's elements
bimdata.IfcApi bulkDeleteIfcPropertiesDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/bulk_destroy Delete many Property of a model
bimdata.IfcApi bulkDeleteIfcPropertyDefinitionsDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/bulk_destroy Delete many PropertyDefinitions of a model
bimdata.IfcApi bulkDeleteIfcUnitsDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit/bulk_destroy Delete many Units of a model
bimdata.IfcApi bulkDeletePropertySetDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset/bulk_destroy Delete many PropertySet of a model
bimdata.IfcApi bulkFullUpdateElementsDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/bulk_update Update many elements at once (only changing fields may be defined)
bimdata.IfcApi bulkFullUpdateIfcPropertyDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/bulk_update Update some fields of many properties of a model
bimdata.IfcApi bulkRemoveClassificationsOfElementDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/classification/bulk_destroy Remove many classifications from an element
bimdata.IfcApi bulkRemoveDocumentsOfElementDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/documents/bulk_destroy Remove many documents from an element
bimdata.IfcApi bulkRemoveElementsFromClassificationDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/{model_classification_pk}/element/bulk_destroy Remove the classifications from all elements
bimdata.IfcApi bulkUpdateElementsDeprecated PUT /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/bulk_update Update many elements at once (all field must be defined)
bimdata.IfcApi bulkUpdateIfcPropertyDeprecated PUT /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/bulk_update Update all fields of many properties of a model
bimdata.IfcApi createAccessTokenDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token Create a token for this model
bimdata.IfcApi createCheckerDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker Create a checker to a model
bimdata.IfcApi createCheckerResultDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{checker_pk}/result Create a CheckerResult
bimdata.IfcApi createClassificationElementRelationsDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification-element Create association between existing classification and existing element
bimdata.IfcApi createClassificationsOfElementDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/classification Create one or many classifications to an element
bimdata.IfcApi createElementDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element Create an element in the model
bimdata.IfcApi createElementPropertySetDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset Create a PropertySets to an element
bimdata.IfcApi createElementPropertySetPropertyDefinitionDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition Create a Definition to a Property
bimdata.IfcApi createElementPropertySetPropertyDefinitionUnitDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{propertydefinition_pk}/unit Create a Unit to a Definition
bimdata.IfcApi createElementPropertySetPropertyDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property Create a property to a PropertySet
bimdata.IfcApi createIfcDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/create-model Make a PDF or Image file a Model
bimdata.IfcApi createIfcPropertyDefinitionDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition Create a PropertyDefinition on the model
bimdata.IfcApi createIfcUnitDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit Create a Unit on a model
bimdata.IfcApi createLayerDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer Create a layer in the model
bimdata.IfcApi createMetaBuildingDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/create-metabuilding Create an empty 3D Model
bimdata.IfcApi createPropertySetDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset Create a PropertySet
bimdata.IfcApi createPropertySetElementRelationsDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset-element Create association between PropertySet and element
bimdata.IfcApi createRawElementsDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/raw Create elements in an optimized format
bimdata.IfcApi createSpaceDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/space Create a space in the model
bimdata.IfcApi createStoreyPlanDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{storey_pk}/plan/add Create a relation between a 2d model and a storey
bimdata.IfcApi createSystemDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system Create a system in the model
bimdata.IfcApi createZoneDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone Create a zone in the model
bimdata.IfcApi createZoneSpaceDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space Create a space in a zone
bimdata.IfcApi deleteAccessTokenDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} Delete a token
bimdata.IfcApi deleteCheckerDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{id} Delete a checker of a model
bimdata.IfcApi deleteCheckerResultDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{checker_pk}/result/{id} Delete a CheckerResult
bimdata.IfcApi deleteElementDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} Delete an element of a model
bimdata.IfcApi deleteIfcDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{id} Delete a model
bimdata.IfcApi deleteIfcPropertyDefinitionDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/{id} Delete a PropertyDefinitions of a model
bimdata.IfcApi deleteIfcPropertyDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/{id} Delete a Property of a model
bimdata.IfcApi deleteIfcUnitDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit/{id} Delete a Unit of a model
bimdata.IfcApi deleteIfcWithoutDocDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/delete-model Delete the Model without deleting the related document
bimdata.IfcApi deleteLayerDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer/{id} Delete a layer of a model
bimdata.IfcApi deletePropertySetDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset/{id} Delete a PropertySet of a model
bimdata.IfcApi deleteSpaceDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/space/{id} Delete a space
bimdata.IfcApi deleteStoreyDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{id} Delete a storey of a model
bimdata.IfcApi deleteStoreyPlanDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{storey_pk}/plan/{id} Delete the relation between a 2d model and a storey
bimdata.IfcApi deleteSystemDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system/{uuid} Delete a system of a model
bimdata.IfcApi deleteZoneDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{id} Delete a zone of a model
bimdata.IfcApi deleteZoneSpaceDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} Delete a space of a zone
bimdata.IfcApi exportIfcDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/export Export IFC
bimdata.IfcApi fullUpdateElementDeprecated PUT /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} Update all fields of an element
bimdata.IfcApi fullUpdateStoreysDeprecated PUT /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/full_update Update all fields of all storeys
bimdata.IfcApi getAccessTokenDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} Retrieve one token created for this model
bimdata.IfcApi getAccessTokensDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token Retrieve all tokens created for this model
bimdata.IfcApi getCheckerDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{id} Retrieve a checker of a model
bimdata.IfcApi getCheckerResultDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{checker_pk}/result/{id} Retrieve one CheckerResult
bimdata.IfcApi getCheckerResultsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{checker_pk}/result Retrieve all CheckerResults
bimdata.IfcApi getCheckersDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker Retrieve all checkers of a model
bimdata.IfcApi getClassificationsOfElementDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/classification Retrieve all classifications of an element
bimdata.IfcApi getDocumentsOfElementDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/documents Retrieve all documents of an element
bimdata.IfcApi getElementDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} Retrieve an element of a model
bimdata.IfcApi getElementLinkedDocumentsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/documents Retrieve all documents linked to any element
bimdata.IfcApi getElementPropertySetDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{id} Retrieve a PropertySet of an element
bimdata.IfcApi getElementPropertySetPropertiesDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property Retrieve all Properties of a PropertySet
bimdata.IfcApi getElementPropertySetPropertyDefinitionDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{id} Retrieve a Definition of a Property
bimdata.IfcApi getElementPropertySetPropertyDefinitionUnitDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{propertydefinition_pk}/unit/{id} Retrieve a Unit of a Definition
bimdata.IfcApi getElementPropertySetPropertyDefinitionUnitsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{propertydefinition_pk}/unit Retrieve all Units of a Definition
bimdata.IfcApi getElementPropertySetPropertyDefinitionsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition Retrieve all Definitions of a PropertySet
bimdata.IfcApi getElementPropertySetPropertyDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{id} Retrieve a Property of a PropertySet
bimdata.IfcApi getElementPropertySetsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset Retrieve all PropertySets of an element
bimdata.IfcApi getElementsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element Retrieve all elements of a model
bimdata.IfcApi getElementsFromClassificationDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/{model_classification_pk}/element Retrieve all elements with the classification
bimdata.IfcApi getIfcClassificationsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification Retrieve all classifications in a model
bimdata.IfcApi getIfcDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{id} Retrieve one model
bimdata.IfcApi getIfcMaterialDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/material/{id} Retrieve a material of a model
bimdata.IfcApi getIfcMaterialsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/material Retrieve all materials of a model
bimdata.IfcApi getIfcPropertiesDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property Retrieve all Properties of a model
bimdata.IfcApi getIfcPropertyDefinitionDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/{id} Retrieve a PropertyDefinition of a model
bimdata.IfcApi getIfcPropertyDefinitionsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition Retrieve all PropertyDefinitions of a model
bimdata.IfcApi getIfcPropertyDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/{id} Retrieve a Property of a model
bimdata.IfcApi getIfcUnitDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit/{id} Retrieve a Unit of a model
bimdata.IfcApi getIfcUnitsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit Retrieve all Units of a model
bimdata.IfcApi getIfcsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc Retrieve all models
bimdata.IfcApi getLayerDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer/{id} Retrieve a layer of a model
bimdata.IfcApi getLayersDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer Retrieve all layers of a model
bimdata.IfcApi getMaterialDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/material/{id} Retrieve a material of a model
bimdata.IfcApi getMaterialsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/material Retrieve all materials of a model
bimdata.IfcApi getPlanPositioningDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{storey_pk}/plan/{id}/positioning Retrieve the postioning of the plan in the storey
bimdata.IfcApi getProcessorHandlerDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/processorhandler/{id} Retrieve a processor handler
bimdata.IfcApi getProcessorHandlersDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/processorhandler Get all processor handlers
bimdata.IfcApi getPropertySetDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset/{id} Retrieve a PropertySet of a model
bimdata.IfcApi getPropertySetsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertyset Retrieve all PropertySets of a model
bimdata.IfcApi getRawElementsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/raw Retrieve all elements in a optimized format
bimdata.IfcApi getSimpleElementDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid}/simple Retrieve an element of a model with a simple value representation
bimdata.IfcApi getSimpleElementsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/simple Retrieve all elements of a model with a simple value representation
bimdata.IfcApi getSpaceDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/space/{id} Retrieve one space of the model
bimdata.IfcApi getSpacesDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/space Retrieve all spaces of the model
bimdata.IfcApi getStoreyDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey/{id} Retrieve a storey of a model
bimdata.IfcApi getStoreysDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/storey Retrieve all storeys of a model
bimdata.IfcApi getSystemDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system/{uuid} Retrieve a system of a model
bimdata.IfcApi getSystemsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/system Retrieve all systems of a model
bimdata.IfcApi getZoneDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{id} Retrieve one zone of a model
bimdata.IfcApi getZoneSpaceDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space/{id} Retrieve one space of a zone
bimdata.IfcApi getZoneSpacesDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone/{zone_pk}/space Retrieve all spaces of a zone
bimdata.IfcApi getZonesDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/zone Retrieve zones of a model
bimdata.IfcApi launchNewCheckDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{id}/launch-check Launch a new check on the model
bimdata.IfcApi linkDocumentsOfElementDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/documents Link one or many documents to an element
bimdata.IfcApi listClassificationElementRelationsDeprecated GET /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification-element List all associations between classifications and elements
bimdata.IfcApi mergeIfcsDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/merge Merge IFC files
bimdata.IfcApi optimizeIfcDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/optimize Optimize the IFC
bimdata.IfcApi removeAllElementPropertySetDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/all Remove all property sets from element
bimdata.IfcApi removeClassificationOfElementDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/classification/{id} Remove a classification from an element
bimdata.IfcApi removeDocumentOfElementDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/documents/{id} Remove a documents from an element
bimdata.IfcApi removeElementPropertySetDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{id} Remove a PropertySet from an element
bimdata.IfcApi removeElementPropertySetPropertyDefinitionDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{id} Remove a Definition from a Property
bimdata.IfcApi removeElementPropertySetPropertyDefinitionUnitDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{property_pk}/propertydefinition/{propertydefinition_pk}/unit/{id} Remove a Unit from a Definition
bimdata.IfcApi removeElementPropertySetPropertyDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{id} Remove a property from a PropertySet
bimdata.IfcApi removeElementsFromClassificationDeprecated DELETE /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/classification/{model_classification_pk}/element/{uuid} Remove the classification from all elements
bimdata.IfcApi reprocessIfcDeprecated POST /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/reprocess Reprocess Model file
bimdata.IfcApi updateAccessTokenDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/access_token/{token} Update some fields of a token
bimdata.IfcApi updateCheckerDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{id} Update some fields of a checker of a model
bimdata.IfcApi updateCheckerResultDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/checker/{checker_pk}/result/{id} Update some fields of a CheckerResult
bimdata.IfcApi updateElementDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{uuid} Update some fields of an element
bimdata.IfcApi updateElementPropertySetPropertyDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/element/{element_uuid}/propertyset/{propertyset_pk}/property/{id} Update a property from an element
bimdata.IfcApi updateIfcDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{id} Update some fields of a model
bimdata.IfcApi updateIfcFilesDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{id}/files Update models file (gltf, svg, structure, etc)
bimdata.IfcApi updateIfcPropertyDefinitionDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/propertydefinition/{id} Update some fields of many PropertyDefinitions of a model
bimdata.IfcApi updateIfcPropertyDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/property/{id} Update some fields of a Property
bimdata.IfcApi updateIfcUnitDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/unit/{id} Update some fields of a Unit of a model
bimdata.IfcApi updateLayerDeprecated PATCH /cloud/{cloud_pk}/project/{project_pk}/ifc/{ifc_pk}/layer/{id} Update some fields of a layer
bimdata.IfcApi updatePlanPositioningDeprecated